Searched defs:dvmGetCurrentJNIMethod (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DJni.cpp172 const Method* meth = dvmGetCurrentJNIMethod();
493 dvmGetCurrentJNIMethod()->clazz->descriptor,
494 dvmGetCurrentJNIMethod()->name);
930 const Method* dvmGetCurrentJNIMethod() { function
1224 const Method* thisMethod = dvmGetCurrentJNIMethod();
1417 !dvmPushLocalFrame(ts.self(), dvmGetCurrentJNIMethod()))

Completed in 53 milliseconds