Searched refs:native_code (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc44 void* native_code = soa.Vm()->FindCodeForNativeMethod(method); local
45 if (native_code == nullptr) {
50 return method->RegisterNative(native_code);
/art/runtime/
H A Djava_vm_ext.cc264 void* native_code = FindNativeMethodInternal(self, local
269 if (native_code != nullptr) {
270 return native_code;

Completed in 351 milliseconds