Lines Matching refs:self
44 Thread* self; member
105 INLINE void dvmPopJniLocals(Thread* self, StackSaveArea* saveArea) in dvmPopJniLocals() argument
108 self->jniLocalRefTable.segmentState.all = saveArea->xtra.localRefCookie; in dvmPopJniLocals()
110 self->jniLocalRefTable.nextEntry = saveArea->xtra.localRefCookie; in dvmPopJniLocals()
117 INLINE void dvmSetJniEnvThreadId(JNIEnv* pEnv, Thread* self) in dvmSetJniEnvThreadId() argument
119 ((JNIEnvExt*)pEnv)->envThreadId = self->threadId; in dvmSetJniEnvThreadId()
120 ((JNIEnvExt*)pEnv)->self = self; in dvmSetJniEnvThreadId()
129 const Method* method, Thread* self);
131 const Method* method, Thread* self);
133 const Method* method, Thread* self);
135 const Method* method, Thread* self);
137 const Method* method, Thread* self);
139 const Method* method, Thread* self);
141 const Method* method, Thread* self);
143 const Method* method, Thread* self);
185 JNIEnv* dvmCreateJNIEnv(Thread* self);
202 void dvmReleaseJniMonitors(Thread* self);