Lines Matching defs:self
59 static bool dvmPushInterpFrame(Thread* self, const Method* method) in dvmPushInterpFrame()
135 bool dvmPushJNIFrame(Thread* self, const Method* method) in dvmPushJNIFrame()
211 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame()
271 bool dvmPopLocalFrame(Thread* self) in dvmPopLocalFrame()
305 static bool dvmPopFrame(Thread* self) in dvmPopFrame()
351 static ClassObject* callPrep(Thread* self, const Method* method, Object* obj, in callPrep()
420 void dvmCallMethod(Thread* self, const Method* method, Object* obj, in dvmCallMethod()
438 void dvmCallMethodV(Thread* self, const Method* method, Object* obj, in dvmCallMethodV()
545 void dvmCallMethodA(Thread* self, const Method* method, Object* obj, in dvmCallMethodA()
660 Thread* self = dvmThreadSelf(); in dvmInvokeMethod() local
999 void dvmHandleStackOverflow(Thread* self, const Method* method) in dvmHandleStackOverflow()
1047 void dvmCleanupStackOverflow(Thread* self, const Object* exception) in dvmCleanupStackOverflow()