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