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

  /art/test/708-jit-cache-churn/
jit.cc 46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
52 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(releaseMemory));
  /art/runtime/jit/
profiling_info.cc 67 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); local
68 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr;
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
40 if (code_cache->ContainsPc(pc)) {
  /art/compiler/jit/
jit_compiler.cc 184 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); local
186 self, code_cache, method, osr, jit_logger_.get());
  /art/runtime/gc/space/
dlmalloc_space.cc 331 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); local
332 if (code_cache->OwnsSpace(mspace)) {
333 return code_cache->MoreCore(mspace, increment);
  /art/test/common/
runtime_state.cc 224 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
227 code_cache->SetGarbageCollectCode(false);
230 if (code_cache->ContainsPc(pc)) {
283 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
288 code_cache->GetProfiledMethods(unused_locations, unused_vector);
  /external/v8/src/heap/
object-stats.cc 464 FixedArray* code_cache = map_obj->code_cache(); local
465 if (code_cache->IsCodeCacheHashTable()) {
466 RecordHashTableHelper(map_obj, CodeCacheHashTable::cast(code_cache),
469 RecordFixedArrayHelper(map_obj, code_cache, MAP_CODE_CACHE_SUB_TYPE, 0);
  /art/runtime/
art_method.cc 635 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
636 OatQuickMethodHeader* method_header = code_cache->LookupMethodHeader(pc, this);
641 DCHECK(!code_cache->ContainsPc(reinterpret_cast<const void*>(pc)))
    [all...]
class_linker.cc 2198 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); local
    [all...]
  /art/openjdkjvmti/
ti_redefine.cc 1478 auto code_cache = jit->GetCodeCache(); local
    [all...]

Completed in 750 milliseconds