Home | History | Annotate | Download | only in optimizing

Lines Matching refs:caller_dex_file

478   const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
479 LOG_TRY() << caller_dex_file.PrettyMethod(method_index);
537 return TryInlineFromInlineCache(caller_dex_file, invoke_instruction, resolved_method);
587 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file,
601 ? GetInlineCacheAOT(caller_dex_file, invoke_instruction, &hs, &inline_cache)
608 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
616 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
638 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
647 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
685 const DexFile& caller_dex_file,
696 pci->GetMethod(caller_dex_file.GetLocation(),
697 caller_dex_file.GetLocationChecksum(),
938 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
955 caller_dex_file,
1356 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
1358 method, caller_dex_file, invoke_instruction->GetDexMethodIndex());
1744 static bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee)
1750 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) {