Home
last modified time | relevance | path

Searched refs:caller_compilation_unit_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc393 PointerSize pointer_size = caller_compilation_unit_.GetClassLinker()->GetImagePointerSize(); in TryCHADevirtualization()
509 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline()
688 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs); in GetInlineCacheJIT()
713 &caller_dex_file, caller_compilation_unit_.GetDexMethodIndex())); in GetInlineCacheAOT()
718 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs); in GetInlineCacheAOT()
761 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file); in ExtractClassesFromOfflineProfile()
784 ObjPtr<mirror::Class> clazz = caller_compilation_unit_.GetClassLinker()->LookupResolvedType( in ExtractClassesFromOfflineProfile()
787 caller_compilation_unit_.GetClassLoader().Get()); in ExtractClassesFromOfflineProfile()
792 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile()
794 << caller_compilation_unit_ in ExtractClassesFromOfflineProfile()
[all …]
Dinliner.h49 caller_compilation_unit_(caller_compilation_unit), in HOptimization()
319 const DexCompilationUnit& caller_compilation_unit_; variable