Home
last modified time | relevance | path

Searched defs:native_code (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc100 const void* native_code = class_linker->GetRegisteredNative(self, method); in artFindNativeMethodRunnable() local
/art/runtime/jni/
Djava_vm_ext.cc289 void* native_code = FindNativeMethodInternal(self, in FindNativeMethod() local
/art/runtime/
Dclass_linker.cc511 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative() local
514 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative() local