/aosp_15_r20/art/test/common/ |
H A D | runtime_state.cc | 272 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 D | polymorphic_inline.cc | 33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks() local
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit.cc | 88 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 D | profiling_info.cc | 87 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create() local
|
/aosp_15_r20/art/compiler/ |
H A D | compiler.h | 70 [[maybe_unused]] jit::JitCodeCache* code_cache, in JitCompile()
|
/aosp_15_r20/external/XNNPACK/models/ |
H A D | fp32-mobilenet-v2.cc | 373 xnn_code_cache code_cache; in FP32MobileNetV2() local 376 xnn_code_cache code_cache; in FP32MobileNetV2() local
|
H A D | fp32-sparse-mobilenet-v1.cc | 227 xnn_code_cache code_cache; in FP32SparseMobileNetV1() local
|
H A D | qs8-mobilenet-v1.cc | 202 xnn_code_cache code_cache; in QS8MobileNetV1() local
|
H A D | fp32-mobilenet-v1.cc | 201 xnn_code_cache code_cache; in FP32MobileNetV1() local
|
H A D | fp16-mobilenet-v1.cc | 204 xnn_code_cache code_cache; in FP16MobileNetV1() local
|
H A D | qu8-mobilenet-v1.cc | 202 xnn_code_cache code_cache; in QU8MobileNetV1() local
|
H A D | qc8-mobilenet-v1.cc | 259 xnn_code_cache code_cache; in QC8MobileNetV1() local
|
H A D | qu8-mobilenet-v2.cc | 372 xnn_code_cache code_cache; in QU8MobileNetV2() local
|
H A D | qs8-mobilenet-v2.cc | 372 xnn_code_cache code_cache; in QS8MobileNetV2() local
|
H A D | fp16-mobilenet-v2.cc | 374 xnn_code_cache code_cache; in FP16MobileNetV2() local
|
H A D | fp32-sparse-mobilenet-v2.cc | 441 xnn_code_cache code_cache; in FP32SparseMobileNetV2() local
|
H A D | qc8-mobilenet-v2.cc | 479 xnn_code_cache code_cache; in QC8MobileNetV2() local
|
/aosp_15_r20/art/compiler/jit/ |
H A D | jit_compiler.cc | 201 JitCodeCache* const code_cache = jit->GetCodeCache(); in CompileMethod() local
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | cache.h | 110 struct xnn_code_cache *code_cache; member
|
/aosp_15_r20/art/runtime/ |
H A D | cha.cc | 675 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods() local
|
H A D | art_method.cc | 629 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader() local
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | runtime.c | 280 struct xnn_code_cache* code_cache = NULL; in xnn_create_runtime_v4() local
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | convolution-nhwc.c | 72 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 D | dlmalloc_space.cc | 450 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | optimizing_compiler.cc | 1263 jit::JitCodeCache* code_cache, in JitCompile()
|