HomeSort by relevance Sort by last modified time
    Searched defs:caller_dex_file (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
inliner.cc 392 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); local
393 LOG_TRY() << caller_dex_file.PrettyMethod(method_index);
442 return TryInlineFromInlineCache(caller_dex_file, invoke_instruction, resolved_method);
492 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file,
503 ? GetInlineCacheAOT(caller_dex_file, invoke_instruction, &hs, &inline_cache)
510 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
518 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
540 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
549 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
587 const DexFile& caller_dex_file,
841 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); local
1225 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1158 const DexFile* caller_dex_file = called_method.dex_file; local
    [all...]

Completed in 81 milliseconds