Searched refs:FindCodeForNativeMethod (Results 1 – 3 of 3) sorted by relevance
114 native_code = vm->FindCodeForNativeMethod(method, &error_msg, /*can_suspend=*/ true); in artFindNativeMethodRunnable()
126 void* FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend)
1186 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend) { in FindCodeForNativeMethod() function in art::JavaVMExt