Lines Matching defs:self
147 static void computeStackSum(Thread* self) { in computeStackSum()
165 static void checkStackSum(Thread* self) { in checkStackSum()
198 static inline Thread* self(JNIEnv* env) { in self() function
202 Thread* self = gDvmJni.workAroundAppJniBugs ? dvmThreadSelf() : envSelf; in self() local
232 Thread* self() { in self() function in ScopedJniThreadState
294 Thread* self = dvmThreadSelf(); in dvmGetJNIEnvForThread() local
677 Thread* self = dvmThreadSelf(); in dvmDumpJniReferenceTables() local
940 static void logNativeMethodExit(const Method* method, Thread* self, const JValue returnValue) in logNativeMethodExit()
983 static void trackMonitorEnter(Thread* self, Object* obj) { in trackMonitorEnter()
1009 static void trackMonitorExit(Thread* self, Object* obj) { in trackMonitorExit()
1023 void dvmReleaseJniMonitors(Thread* self) { in dvmReleaseJniMonitors()
1112 const Method* method, Thread* self) in convertReferenceResult()
1122 void dvmCallJNIMethod(const u4* args, JValue* pResult, const Method* method, Thread* self) { in dvmCallJNIMethod()
2833 Thread* self = dvmThreadSelf(); in attachThread() local
2920 Thread* self = dvmThreadSelf(); in DetachCurrentThread() local
2944 Thread* self = dvmThreadSelf(); in GetEnv() local
2988 Thread* self = dvmThreadSelf(); in DestroyJavaVM() local
3334 JNIEnv* dvmCreateJNIEnv(Thread* self) { in dvmCreateJNIEnv()