Searched refs:dvmPushLocalFrame (Results 1 – 3 of 3) sorted by relevance
189 bool dvmPushLocalFrame(Thread* thread, const Method* method);
211 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame() function
1472 !dvmPushLocalFrame(ts.self(), dvmGetCurrentJNIMethod())) in PushLocalFrame()