Home
last modified time | relevance | path

Searched refs:FindCodeForNativeMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc114 native_code = vm->FindCodeForNativeMethod(method, &error_msg, /*can_suspend=*/ true); in artFindNativeMethodRunnable()
/art/runtime/jni/
Djava_vm_ext.h126 void* FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend)
Djava_vm_ext.cc1159 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend) { in FindCodeForNativeMethod() function in art::JavaVMExt
/art/runtime/
Druntime.cc716 vm_->FindCodeForNativeMethod(&method, /*error_msg=*/ nullptr, /*can_suspend=*/ false); in operator ()()