Home
last modified time | relevance | path

Searched refs:CopyInlineCacheInto (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h309 void CopyInlineCacheInto(const InlineCache& ic,
Djit_code_cache.cc595 void JitCodeCache::CopyInlineCacheInto( in CopyInlineCacheInto() function in art::jit::JitCodeCache
/art/compiler/optimizing/
Dinliner.cc630 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()