Home
last modified time | relevance | path

Searched refs:caller_dex_file (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc478 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline() local
479 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline()
537 return TryInlineFromInlineCache(caller_dex_file, invoke_instruction, resolved_method); in TryInline()
587 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file, in TryInlineFromInlineCache() argument
601 ? GetInlineCacheAOT(caller_dex_file, invoke_instruction, &hs, &inline_cache) in TryInlineFromInlineCache()
608 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
616 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
638 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
647 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
685 const DexFile& caller_dex_file, in GetInlineCacheAOT() argument
[all …]
Dinliner.h124 const DexFile& caller_dex_file,
141 InlineCacheType GetInlineCacheAOT(const DexFile& caller_dex_file,