Searched refs:FindCodeForNativeMethod (Results 1 – 4 of 4) 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)
1159 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend) { in FindCodeForNativeMethod() function in art::JavaVMExt
716 vm_->FindCodeForNativeMethod(&method, /*error_msg=*/ nullptr, /*can_suspend=*/ false); in operator ()()