Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DStack.h195 bool dvmPushLocalFrame(Thread* thread, const Method* method);
DStack.c212 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame() function
/dalvik/vm/
DJni.c2159 !dvmPushLocalFrame(_self /*dvmThreadSelf()*/, dvmGetCurrentJNIMethod())) in PushLocalFrame()