Home
last modified time | relevance | path

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

/art/dalvikvm/
Ddalvikvm.cc32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic() function
91 if (!IsMethodPublic(env, klass.get(), method)) { in InvokeMain()