Home
last modified time | relevance | path

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

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