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