Home
last modified time | relevance | path

Searched defs:caller_dex_file (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dhidden_api.h172 const DexFile* caller_dex_file = caller_dex_cache->GetDexFile(); in IsCallerTrusted() local
/art/compiler/optimizing/
Dinliner.cc456 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline() local
565 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file, in TryInlineFromInlineCache()
660 const DexFile& caller_dex_file, in GetInlineCacheAOT()
914 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard() local
1336 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInlineAndReplace() local
Doptimizing_compiler.cc1171 bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) { in CanEncodeInlinedMethodInStackMap()