Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h313 void CopyInlineCacheInto(const InlineCache& ic, Handle<mirror::ObjectArray<mirror::Class>> array)
Djit_code_cache.cc617 void JitCodeCache::CopyInlineCacheInto(const InlineCache& ic, in CopyInlineCacheInto() function in art::jit::JitCodeCache
/art/compiler/optimizing/
Dinliner.cc693 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()