HomeSort by relevance Sort by last modified time
    Searched refs:native_code (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 44 void* native_code = soa.Vm()->FindCodeForNativeMethod(method); local
45 if (native_code == nullptr) {
50 return method->RegisterNative(native_code);
  /art/runtime/
java_vm_ext.cc 264 void* native_code = FindNativeMethodInternal(self, local
269 if (native_code != nullptr) {
270 return native_code;
    [all...]
  /external/devlib/devlib/utils/
android.py 132 self.native_code = None
168 self.native_code = mapped_abis

Completed in 97 milliseconds