Searched refs:caller_dex_file (Results 1 – 2 of 2) sorted by relevance
256 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline() local257 VLOG(compiler) << "Try inlining " << PrettyMethod(method_index, caller_dex_file); in TryInline()269 mirror::DexCache* const dex_cache = IsSameDexFile(caller_dex_file, *ref.dex_file) in TryInline()288 VLOG(compiler) << "Method cannot be resolved " << PrettyMethod(method_index, caller_dex_file); in TryInline()313 << PrettyMethod(method_index, caller_dex_file) in TryInline()331 << PrettyMethod(method_index, caller_dex_file) in TryInline()340 << PrettyMethod(method_index, caller_dex_file) in TryInline()371 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInlineMonomorphicCall() local373 ic.GetMonomorphicType(), caller_dex_file, caller_compilation_unit_.GetDexCache()); in TryInlineMonomorphicCall()434 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard() local[all …]
1073 const DexFile* caller_dex_file = called_method.dex_file; in artQuickResolutionTrampoline() local1076 called->FindDexMethodIndexInOtherDexFile(*caller_dex_file, in artQuickResolutionTrampoline()