Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc103 const void* native_code = class_linker->GetRegisteredNative(self, method); in artFindNativeMethodRunnable() local
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc289 void* native_code = FindNativeMethodInternal(self, in FindNativeMethod() local
/aosp12/art/runtime/
H A Dclass_linker.cc515 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative() local
518 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative() local