Searched refs:caller_dex_file (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_compiler.h38 bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee)
H A Dinliner.h127 const DexFile& caller_dex_file,
144 InlineCacheType GetInlineCacheAOT(const DexFile& caller_dex_file,
H A Dinliner.cc456 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); local
457 LOG_TRY() << caller_dex_file.PrettyMethod(method_index);
515 return TryInlineFromInlineCache(caller_dex_file, invoke_instruction, resolved_method);
565 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file,
576 ? GetInlineCacheAOT(caller_dex_file, invoke_instruction, &hs, &inline_cache)
583 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
591 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
613 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
622 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
660 const DexFile& caller_dex_file,
914 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); local
1336 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); local
[all...]
H A Doptimizing_compiler.cc1171 bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) { argument
1176 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) {
/art/runtime/
H A Dhidden_api.h172 const DexFile* caller_dex_file = caller_dex_cache->GetDexFile(); local
173 if (caller_dex_file != nullptr && caller_dex_file->IsPlatformDexFile()) {

Completed in 94 milliseconds