Searched refs:native_code (Results 1 – 2 of 2) sorted by relevance
43 void* native_code = vm->FindCodeForNativeMethod(method); in artFindNativeMethodRunnable() local44 if (native_code == nullptr) { in artFindNativeMethodRunnable()49 return method->RegisterNative(native_code); in artFindNativeMethodRunnable()
287 void* native_code = FindNativeMethodInternal(self, in FindNativeMethod() local292 if (native_code != nullptr) { in FindNativeMethod()293 return native_code; in FindNativeMethod()