Home
last modified time | relevance | path

Searched defs:code_cache (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/art/test/common/
H A Druntime_state.cc272 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled() local
409 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles() local
614 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_removeJitCompiledMethod() local
/aosp_15_r20/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks() local
/aosp_15_r20/art/runtime/jit/
H A Djit.cc88 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit()
99 std::unique_ptr<Jit> Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create()
880 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run() local
H A Dprofiling_info.cc87 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create() local
/aosp_15_r20/art/compiler/
H A Dcompiler.h70 [[maybe_unused]] jit::JitCodeCache* code_cache, in JitCompile()
/aosp_15_r20/external/XNNPACK/models/
H A Dfp32-mobilenet-v2.cc373 xnn_code_cache code_cache; in FP32MobileNetV2() local
376 xnn_code_cache code_cache; in FP32MobileNetV2() local
H A Dfp32-sparse-mobilenet-v1.cc227 xnn_code_cache code_cache; in FP32SparseMobileNetV1() local
H A Dqs8-mobilenet-v1.cc202 xnn_code_cache code_cache; in QS8MobileNetV1() local
H A Dfp32-mobilenet-v1.cc201 xnn_code_cache code_cache; in FP32MobileNetV1() local
H A Dfp16-mobilenet-v1.cc204 xnn_code_cache code_cache; in FP16MobileNetV1() local
H A Dqu8-mobilenet-v1.cc202 xnn_code_cache code_cache; in QU8MobileNetV1() local
H A Dqc8-mobilenet-v1.cc259 xnn_code_cache code_cache; in QC8MobileNetV1() local
H A Dqu8-mobilenet-v2.cc372 xnn_code_cache code_cache; in QU8MobileNetV2() local
H A Dqs8-mobilenet-v2.cc372 xnn_code_cache code_cache; in QS8MobileNetV2() local
H A Dfp16-mobilenet-v2.cc374 xnn_code_cache code_cache; in FP16MobileNetV2() local
H A Dfp32-sparse-mobilenet-v2.cc441 xnn_code_cache code_cache; in FP32SparseMobileNetV2() local
H A Dqc8-mobilenet-v2.cc479 xnn_code_cache code_cache; in QC8MobileNetV2() local
/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.cc201 JitCodeCache* const code_cache = jit->GetCodeCache(); in CompileMethod() local
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcache.h110 struct xnn_code_cache *code_cache; member
/aosp_15_r20/art/runtime/
H A Dcha.cc675 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods() local
H A Dart_method.cc629 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader() local
/aosp_15_r20/external/XNNPACK/src/
H A Druntime.c280 struct xnn_code_cache* code_cache = NULL; in xnn_create_runtime_v4() local
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dconvolution-nhwc.c72 struct xnn_code_cache* code_cache) in get_generated_gemm()
139 struct xnn_code_cache* code_cache) in get_generated_igemm()
/aosp_15_r20/art/runtime/gc/space/
H A Ddlmalloc_space.cc450 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore() local
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.cc1263 jit::JitCodeCache* code_cache, in JitCompile()

12