Lines Matching defs:self
138 Thread* self = dvmThreadSelf(); in dvmBreakpointSetLock() local
618 void dvmReportExceptionThrow(Thread* self, Object* exception) in dvmReportExceptionThrow()
645 void dvmReportInvoke(Thread* self, const Method* methodToCall) in dvmReportInvoke()
657 void dvmReportPreNativeInvoke(const Method* methodToCall, Thread* self, u4* fp) in dvmReportPreNativeInvoke()
680 void dvmReportPostNativeInvoke(const Method* methodToCall, Thread* self, u4* fp) in dvmReportPostNativeInvoke()
696 void dvmReportReturn(Thread* self) in dvmReportReturn()
732 Thread* self) in updateDebugger()
911 void dvmInterpCheckTrackedRefs(Thread* self, const Method* method, in dvmInterpCheckTrackedRefs()
1497 Thread* self = dvmThreadSelf(); in updateAllInterpBreak() local
1555 Thread* self = dvmThreadSelf(); in dvmCheckInterpStateConsistency() local
1631 void dvmInitInterpreterState(Thread* self) in dvmInitInterpreterState()
1696 void dvmCheckBefore(const u2 *pc, u4 *fp, Thread* self) in dvmCheckBefore()
1881 void dvmInterpret(Thread* self, const Method* method, JValue* pResult) in dvmInterpret()