Home
last modified time | relevance | path

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

/dalvik/vm/
DJniInternal.h139 const Method* dvmGetCurrentJNIMethod(void);
DJni.cpp172 const Method* meth = dvmGetCurrentJNIMethod(); in checkStackSum()
493 dvmGetCurrentJNIMethod()->clazz->descriptor, in addGlobalReference()
494 dvmGetCurrentJNIMethod()->name); in addGlobalReference()
930 const Method* dvmGetCurrentJNIMethod() { in dvmGetCurrentJNIMethod() function
1224 const Method* thisMethod = dvmGetCurrentJNIMethod(); in FindClass()
1417 !dvmPushLocalFrame(ts.self(), dvmGetCurrentJNIMethod())) in PushLocalFrame()
DCheckJni.cpp72 const Method* method = dvmGetCurrentJNIMethod(); in checkCallResultCommon()
517 method = dvmGetCurrentJNIMethod(); in check()
1042 const Method* method = dvmGetCurrentJNIMethod(); in showLocation()