HomeSort by relevance Sort by last modified time
    Searched defs:code_cache (Results 1 - 7 of 7) sorted by null

  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 30 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
37 if (code_cache->ContainsPc(header->GetCode())) {
  /art/runtime/jit/
profiling_info.cc 84 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); local
85 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr;
  /art/test/common/
runtime_state.cc 140 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
146 if (code_cache->ContainsPc(header->GetCode())) {
  /art/compiler/jit/
jit_compiler.cc 220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); local
221 success = compiler_driver_->GetCompiler()->JitCompile(self, code_cache, method, osr);
228 << code_cache->GetMemorySizeOfCodePointer(ptr)
  /art/runtime/gc/space/
dlmalloc_space.cc 329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); local
330 if (code_cache->OwnsSpace(mspace)) {
331 return code_cache->MoreCore(mspace, increment);
  /art/runtime/
art_method.cc 410 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
411 OatQuickMethodHeader* method_header = code_cache->LookupMethodHeader(pc, this);
416 DCHECK(!code_cache->ContainsPc(reinterpret_cast<const void*>(pc)))
class_linker.cc 2047 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); local
    [all...]

Completed in 553 milliseconds