HomeSort by relevance Sort by last modified time
    Searched refs:code_cache (Results 1 - 18 of 18) 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/test/566-polymorphic-inlining/
polymorphic_inline.cc 32 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
39 if (code_cache->ContainsPc(pc)) {
  /art/runtime/jit/
profiling_info.cc 75 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); local
76 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr;
jit_code_cache.cc     [all...]
  /art/test/common/
runtime_state.cc 196 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
199 code_cache->SetGarbageCollectCode(false);
202 if (code_cache->ContainsPc(pc)) {
262 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
267 code_cache->GetProfiledMethods(unused_locations, unused_vector);
  /art/compiler/jit/
jit_compiler.cc 186 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); local
188 self, code_cache, method, osr, jit_logger_.get());
  /art/compiler/
compiler.h 78 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED,
  /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/gc/space/
dlmalloc_space.cc 330 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); local
331 if (code_cache->OwnsSpace(mspace)) {
332 return code_cache->MoreCore(mspace, increment);
  /external/v8/src/snapshot/
partial-serializer.cc 55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array());
  /art/compiler/optimizing/
optimizing_compiler.cc 339 jit::JitCodeCache* code_cache,
    [all...]
  /art/runtime/
art_method.cc 643 jit::JitCodeCache* code_cache = jit->GetCodeCache(); local
644 OatQuickMethodHeader* method_header = code_cache->LookupMethodHeader(pc, this);
649 DCHECK(!code_cache->ContainsPc(reinterpret_cast<const void*>(pc)))
    [all...]
class_linker.cc 2324 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); local
    [all...]
  /external/v8/src/
objects-printer.cc 573 os << "\n - code cache: " << Brief(code_cache());
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 1073 milliseconds