Home
last modified time | relevance | path

Searched refs:instVarIndex (Results 1 – 7 of 7) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DCompildMeth.st655 reads: instVarIndex [
660 self allBlocksDo: [:ccode | (ccode reads: instVarIndex) ifTrue: [^true]].
661 ^super reads: instVarIndex
664 assigns: instVarIndex [
669 self allBlocksDo: [:ccode | (ccode assigns: instVarIndex) ifTrue: [^true]].
670 ^super assigns: instVarIndex
673 accesses: instVarIndex [
679 allBlocksDo: [:ccode | (ccode accesses: instVarIndex) ifTrue: [^true]].
680 ^super accesses: instVarIndex
H A DCompildCode.st509 reads: instVarIndex [
515 ifTrue: [^((header bitShift: -6) bitAnd: 31) = instVarIndex].
518 (byte = 35 and: [operand = instVarIndex]) ifTrue: [^true]].
522 assigns: instVarIndex [
529 (byte = 39 and: [operand = instVarIndex]) ifTrue: [^true]].
533 accesses: instVarIndex [
540 ifTrue: [^((header bitShift: -6) bitAnd: 31) = instVarIndex].
543 ((byte = 35 or: [byte = 39]) and: [operand = instVarIndex])
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrParseNode.cpp493 int instVarIndex, classVarIndex; in fillClassPrototypes() local
529 instVarIndex = node->mNumSuperInstVars; in fillClassPrototypes()
563 methraw->specialIndex = instVarIndex; in fillClassPrototypes()
594 methraw->specialIndex = instVarIndex; in fillClassPrototypes()
597 instVarIndex++; in fillClassPrototypes()
/dports/lang/smalltalk/smalltalk-3.2.5/doc/
H A Dgst-base.info-16351 accesses: instVarIndex
6355 assigns: instVarIndex
6370 reads: instVarIndex
6710 accesses: instVarIndex
6714 assigns: instVarIndex
6721 reads: instVarIndex
H A Dclasses.texi8333 @item accesses:@- instVarIndex
8339 @item assigns:@- instVarIndex
8361 @item reads:@- instVarIndex
8831 @item accesses:@- instVarIndex
8837 @item assigns:@- instVarIndex
8848 @item reads:@- instVarIndex
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources17892 | instVarIndex |
94992 (instVarIndex >= 0 and: [instVarIndex < 64]) ifTrue:
95004 (instVarIndex >= 0 and: [instVarIndex < 256]) ifTrue:
95187 (instVarIndex >= 0 and: [instVarIndex < 64]) ifTrue:
95199 (instVarIndex >= 0 and: [instVarIndex < 256]) ifTrue:
95231 (instVarIndex >= 0 and: [instVarIndex < 64]) ifTrue:
95243 (instVarIndex >= 0 and: [instVarIndex < 256]) ifTrue:
95503 (instVarIndex >= 0 and: [instVarIndex < 256]) ifTrue:
95710 (instVarIndex >= 0 and: [instVarIndex < 64]) ifTrue:
95722 (instVarIndex >= 0 and: [instVarIndex < 256]) ifTrue:
[all …]
H A DPharo-1.4.changes9659 | instVarIndex |
9660 instVarIndex := self instVarIndexFor: instVarName ifAbsent: [^IdentitySet new].
9663 readsField: instVarIndex)
9664 or: [(self methodDict at: sel) writesField: instVarIndex]]
9684 | instVarIndex |
9685 instVarIndex := self instVarIndexFor: instVarName ifAbsent: [^IdentitySet new].
9686 ^ self selectors select: [:sel | (self methodDict at: sel) writesField: instVarIndex]
85630 | basicIndex si instVarIndex |
85635 instVarIndex := selectionIndex - 2.
85636 instVarIndex > object class instSize
[all …]