Searched refs:dvmPushLocalFrame (Results 1 – 3 of 3) sorted by relevance
195 bool dvmPushLocalFrame(Thread* thread, const Method* method);
212 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame() function
2159 !dvmPushLocalFrame(_self /*dvmThreadSelf()*/, dvmGetCurrentJNIMethod())) in PushLocalFrame()