Home
last modified time | relevance | path

Searched refs:dvmPushLocalFrame (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/interp/
DStack.h189 bool dvmPushLocalFrame(Thread* thread, const Method* method);
DStack.cpp211 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame() function
/dalvik/vm/
DJni.cpp1472 !dvmPushLocalFrame(ts.self(), dvmGetCurrentJNIMethod())) in PushLocalFrame()