Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Djit_cache.cc74 TraceBlobView native_code) { in LoadCode()
/aosp_15_r20/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc105 const void* native_code = class_linker->GetRegisteredNative(self, method); in artFindNativeMethodRunnable() local
/aosp_15_r20/cts/tools/release-parser/proto/
H A Drelease.proto181 repeated string native_code = 8; field
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.cc287 void* native_code = nullptr; in FindNativeMethod() local
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc517 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative() local
520 const void* native_code = method->GetEntryPointFromJni(); in GetRegisteredNative() local