Searched refs:FindNativeMethod (Results 1 – 1 of 1) sorted by relevance
273 void* FindNativeMethod(Thread* self, ArtMethod* m, std::string* detail, bool can_suspend) in FindNativeMethod() function in art::Libraries1168 void* native_method = libraries_->FindNativeMethod(self, m, error_msg, can_suspend); in FindCodeForNativeMethod()