Home
last modified time | relevance | path

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

/dalvik/vm/
DJniInternal.h141 const Method* dvmGetCurrentJNIMethod(void);
DJni.cpp178 const Method* meth = dvmGetCurrentJNIMethod(); in checkStackSum()
500 dvmGetCurrentJNIMethod()->clazz->descriptor, in addGlobalReference()
501 dvmGetCurrentJNIMethod()->name); in addGlobalReference()
934 const Method* dvmGetCurrentJNIMethod() { in dvmGetCurrentJNIMethod() function
1228 const Method* thisMethod = dvmGetCurrentJNIMethod(); in FindClass()
1421 !dvmPushLocalFrame(ts.self(), dvmGetCurrentJNIMethod())) in PushLocalFrame()
DCheckJni.cpp72 const Method* method = dvmGetCurrentJNIMethod(); in checkCallResultCommon()
518 method = dvmGetCurrentJNIMethod(); in check()
1055 const Method* method = dvmGetCurrentJNIMethod(); in showLocation()