Lines Matching defs:self
37 void* dvmSelfVerificationShadowSpaceAlloc(Thread* self) in dvmSelfVerificationShadowSpaceAlloc()
51 void dvmSelfVerificationShadowSpaceFree(Thread* self) in dvmSelfVerificationShadowSpaceFree()
70 Thread* self, int targetTrace) in dvmSelfVerificationSaveState()
134 Thread* self) in dvmSelfVerificationRestoreState()
185 static void selfVerificationDumpState(const u2* pc, Thread* self) in selfVerificationDumpState()
218 static void selfVerificationDumpTrace(const u2* pc, Thread* self) in selfVerificationDumpTrace()
264 void dvmCheckSelfVerification(const u2* pc, Thread* self) in dvmCheckSelfVerification()
546 void dvmJitEndTraceSelect(Thread* self, const u2* dPC) in dvmJitEndTraceSelect()
704 static void insertClassMethodInfo(Thread* self, in insertClassMethodInfo()
737 Thread *self) in insertMoveResult()
777 void dvmCheckJit(const u2* pc, Thread* self) in dvmCheckJit()
1082 void* dvmJitGetTraceAddrThread(const u2* dPC, Thread* self) in dvmJitGetTraceAddrThread()
1092 void* dvmJitGetMethodAddrThread(const u2* dPC, Thread* self) in dvmJitGetMethodAddrThread()
1143 void dvmJitCheckTraceRequest(Thread* self) in dvmJitCheckTraceRequest()
1499 Thread* self = dvmThreadSelf(); in dvmJitUpdateThreadStateAll() local