Home
last modified time | relevance | path

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

/aosp12/art/test/708-jit-cache-churn/
H A Djit.cc46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod() local
/aosp12/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks() local
/aosp12/art/runtime/jit/
H A Dprofiling_info.cc63 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create() local
H A Djit.cc217 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit()
228 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create()
963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run() local
H A Djit_code_cache.cc1013 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure()
/aosp12/art/compiler/jit/
H A Djit_compiler.cc190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod() local
/aosp12/art/test/common/
H A Druntime_state.cc263 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled() local
378 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles() local
/aosp12/art/runtime/gc/space/
H A Ddlmalloc_space.cc392 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore() local
/aosp12/art/runtime/
H A Dcha.cc689 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods() local
H A Dart_method.cc579 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader() local
H A Dclass_linker.cc2347 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader() local
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc1225 jit::JitCodeCache* code_cache, in JitCompile()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc3039 auto code_cache = jit->GetCodeCache(); in UpdateClassInPlace() local
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java4279 Path code_cache = ContextImpl.getCodeCacheDirBeforeBind(new File(dataDir)).toPath(); in handleAttachStartupAgents() local