Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc394 PointerSize pointer_size = caller_compilation_unit_.GetClassLinker()->GetImagePointerSize(); in TryCHADevirtualization()
502 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline()
681 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs); in GetInlineCacheJIT()
706 &caller_dex_file, caller_compilation_unit_.GetDexMethodIndex())); in GetInlineCacheAOT()
711 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs); in GetInlineCacheAOT()
754 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file); in ExtractClassesFromOfflineProfile()
777 ObjPtr<mirror::Class> clazz = caller_compilation_unit_.GetClassLinker()->LookupResolvedType( in ExtractClassesFromOfflineProfile()
780 caller_compilation_unit_.GetClassLoader().Get()); in ExtractClassesFromOfflineProfile()
785 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile()
787 << caller_compilation_unit_ in ExtractClassesFromOfflineProfile()
[all …]
Dinliner.h50 caller_compilation_unit_(caller_compilation_unit), in HOptimization()
326 const DexCompilationUnit& caller_compilation_unit_; variable