Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc65 InlineCache* ProfilingInfo::GetInlineCache(uint32_t dex_pc) { in GetInlineCache() function in art::ProfilingInfo
78 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo()
Dprofiling_info.h120 InlineCache* GetInlineCache(uint32_t dex_pc);
/art/compiler/optimizing/
Dinliner.cc310 const InlineCache& ic = *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()); in TryInline()