Lines Matching refs:caller_dex_file

509   const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();  in TryInline()  local
510 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline()
527 return TryInlineFromInlineCache(caller_dex_file, invoke_instruction, resolved_method); in TryInline()
604 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file, in TryInlineFromInlineCache() argument
618 ? GetInlineCacheAOT(caller_dex_file, invoke_instruction, &hs, &inline_cache) in TryInlineFromInlineCache()
625 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()); in TryInlineFromInlineCache()
632 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
654 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
663 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
701 const DexFile& caller_dex_file, in GetInlineCacheAOT() argument
713 &caller_dex_file, caller_compilation_unit_.GetDexMethodIndex())); in GetInlineCacheAOT()
952 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard() local
969 caller_dex_file, in AddTypeGuard()
1368 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInlineAndReplace() local
1370 method, caller_dex_file, invoke_instruction->GetDexMethodIndex()); in TryInlineAndReplace()
1785 static bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) in CanEncodeInlinedMethodInStackMap() argument
1791 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) { in CanEncodeInlinedMethodInStackMap()