Lines Matching refs:self

519     sw      a2, offThread_method(rSELF)            # self->method = newSave->method
521 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
601 sw a0, offThread_method(rSELF) # self->method = methodToCall
602 sw a3, offThread_methodClassDex(rSELF) # self->methodClassDex = ...
604 sw rFP, offThread_curFrame(rSELF) # self->curFrame = newFp
678 sw a0, offThread_method(rSELF) # self->method = methodToCall
679 sw a3, offThread_methodClassDex(rSELF) # self->methodClassDex = ...
681 sw rFP, offThread_curFrame(rSELF) # self->curFrame = newFp
805 sw a1, offThread_curFrame(rSELF) # self->curFrame = newFp
813 move a3, rSELF # a3<- self
857 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
1482 move rARG2, rBIX # compare against self
1484 JAL(__nedf2) # is arg == self?
2531 * a0 - self pointer
2538 JALR(t9) # dvmLockObject(self, obj)
2561 * a0 - self pointer
2569 JALR(t9) # dvmLockObject(self, obj)
2887 sw a2, offThread_method(rSELF) # self->method = newSave->method
2889 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
2973 sw a0, offThread_method(rSELF) # self->method = methodToCall
2974 sw a3, offThread_methodClassDex(rSELF) # self->methodClassDex = ...
2976 sw rFP, offThread_curFrame(rSELF) # self->curFrame = newFp
3054 sw a0, offThread_method(rSELF) # self->method = methodToCall
3055 sw a3, offThread_methodClassDex(rSELF) # self->methodClassDex = ...
3057 sw rFP, offThread_curFrame(rSELF) # self->curFrame = newFp
3189 sw a1, offThread_curFrame(rSELF) # self->curFrame = newFp
3197 move a3, rSELF # a3<- self
3241 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
3280 sw a1, offThread_curFrame(rSELF) # self->curFrame = newFp
3289 move a3, rSELF # a3<- self
3336 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
3366 lw t0, (t0) # should not see this under self-verification mode