Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext.cc273 void* FindNativeMethod(Thread* self, ArtMethod* m, std::string& detail) in FindNativeMethod() function in art::Libraries
1140 void* native_method = libraries_->FindNativeMethod(self, m, detail); in FindCodeForNativeMethod()