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

  /art/runtime/
hidden_api.h 172 const DexFile* caller_dex_file = caller_dex_cache->GetDexFile(); local
173 if (caller_dex_file != nullptr && caller_dex_file->IsPlatformDexFile()) {
  /art/compiler/optimizing/
inliner.cc 456 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...]

Completed in 90 milliseconds