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

/dalvik/vm/
H A DJni.cpp178 const Method* meth = dvmGetCurrentJNIMethod();
500 dvmGetCurrentJNIMethod()->clazz->descriptor,
501 dvmGetCurrentJNIMethod()->name);
934 const Method* dvmGetCurrentJNIMethod() { function
1228 const Method* thisMethod = dvmGetCurrentJNIMethod();
1421 !dvmPushLocalFrame(ts.self(), dvmGetCurrentJNIMethod()))

Completed in 50 milliseconds