HomeSort by relevance Sort by last modified time
    Searched refs:dvmGetCurrentJNIMethod (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
JniInternal.h 141 const Method* dvmGetCurrentJNIMethod(void);
Jni.cpp 178 const Method* meth = dvmGetCurrentJNIMethod();
500 dvmGetCurrentJNIMethod()->clazz->descriptor,
501 dvmGetCurrentJNIMethod()->name);
934 const Method* dvmGetCurrentJNIMethod()
    [all...]
CheckJni.cpp 72 const Method* method = dvmGetCurrentJNIMethod();
518 method = dvmGetCurrentJNIMethod();
    [all...]

Completed in 584 milliseconds