Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext.cc1113 static void* FindCodeForNativeMethodInAgents(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) { in FindCodeForNativeMethodInAgents() function
1144 native_method = FindCodeForNativeMethodInAgents(m); in FindCodeForNativeMethod()