Home | History | Annotate | Download | only in vm

Lines Matching full:self

44     Thread* self;
105 INLINE void dvmPopJniLocals(Thread* self, StackSaveArea* saveArea)
108 self->jniLocalRefTable.segmentState.all = saveArea->xtra.localRefCookie;
110 self->jniLocalRefTable.nextEntry = saveArea->xtra.localRefCookie;
117 INLINE void dvmSetJniEnvThreadId(JNIEnv* pEnv, Thread* self)
119 ((JNIEnvExt*)pEnv)->envThreadId = self->threadId;
120 ((JNIEnvExt*)pEnv)->self = self;
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);