HomeSort by relevance Sort by last modified time
    Searched refs:GetCodeCache (Results 1 - 17 of 17) sorted by null

  /art/test/708-jit-cache-churn/
jit.cc 46 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/test/570-checker-osr/
osr.cc 44 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m);
138 while (jit->GetCodeCache()->LookupOsrMethodHeader(m) == nullptr) {
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 32 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/test/common/
runtime_state.cc 168 return jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode());
196 jit::JitCodeCache* code_cache = jit->GetCodeCache();
262 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/runtime/jit/
profiling_info.cc 75 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache();
jit.h 62 const JitCodeCache* GetCodeCache() const {
66 JitCodeCache* GetCodeCache() {