Home | History | Annotate | Download | only in interp

Lines Matching refs:Thread

66 void* dvmSelfVerificationShadowSpaceAlloc(Thread* self);
67 void dvmSelfVerificationShadowSpaceFree(Thread* self);
69 Thread* self,
73 Thread *self);
74 void dvmCheckSelfVerification(const u2* pc, Thread* self);
149 void dvmCheckJit(const u2* pc, Thread* self);
152 void* dvmJitGetTraceAddrThread(const u2* dPC, Thread* self);
153 void* dvmJitGetMethodAddrThread(const u2* dPC, Thread* self);
154 void dvmJitCheckTraceRequest(Thread* self);
169 void dvmJitEndTraceSelect(Thread* self, const u2* dPC);
175 void dvmJitUpdateThreadStateSingle(Thread* threead);
177 void dvmJitResumeTranslation(Thread* self, const u2* pc, const u4* fp);