Home
last modified time | relevance | path

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

/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc30 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks() local
/art/runtime/jit/
Dprofiling_info.cc61 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create() local
Djit_code_cache.cc468 MarkCodeClosure(JitCodeCache* code_cache, Barrier* barrier) in MarkCodeClosure()
/art/test/common/
Druntime_state.cc140 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_ensureJitCompiled() local
/art/compiler/jit/
Djit_compiler.cc220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod() local
/art/runtime/
Dart_method.cc410 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader() local
Dclass_linker.cc2047 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader() local
/art/runtime/gc/space/
Ddlmalloc_space.cc329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore() local
/art/compiler/optimizing/
Doptimizing_compiler.cc869 jit::JitCodeCache* code_cache, in JitCompile()