Home
last modified time | relevance | path

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

/dalvik/dalvikvm/
DMain.cpp96 jclass methodClass = NULL; in methodIsPublic() local
111 methodClass = env->FindClass("java/lang/reflect/Method"); in methodIsPublic()
112 if (methodClass == NULL) { in methodIsPublic()
116 getModifiersId = env->GetMethodID(methodClass, in methodIsPublic()
133 env->DeleteLocalRef(methodClass); in methodIsPublic()