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

  /art/runtime/jit/
profiling_info.cc 79 InlineCache* ProfilingInfo::GetInlineCache(uint32_t dex_pc) {
91 InlineCache* cache = GetInlineCache(dex_pc);
profiling_info.h 77 InlineCache* GetInlineCache(uint32_t dex_pc)
  /art/compiler/optimizing/
inliner.cc 591 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()),
    [all...]

Completed in 138 milliseconds