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, bool can_suspend) in FindNativeMethod() function in art::Libraries
1168 void* native_method = libraries_->FindNativeMethod(self, m, error_msg, can_suspend); in FindCodeForNativeMethod()