Searched refs:FindCodeForNativeMethod (Results 1 – 3 of 3) sorted by relevance
44 void* native_code = soa.Vm()->FindCodeForNativeMethod(method); in artFindNativeMethod()
121 void* FindCodeForNativeMethod(ArtMethod* m)
1124 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m) { in FindCodeForNativeMethod() function in art::JavaVMExt