Searched refs:caller_compilation_unit_ (Results 1 – 2 of 2) sorted by relevance
394 PointerSize pointer_size = caller_compilation_unit_.GetClassLinker()->GetImagePointerSize(); in TryCHADevirtualization()478 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline()672 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs); in GetInlineCacheJIT()698 caller_compilation_unit_.GetDexMethodIndex()); in GetInlineCacheAOT()703 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs); in GetInlineCacheAOT()746 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file); in ExtractClassesFromOfflineProfile()770 ObjPtr<mirror::Class> clazz = caller_compilation_unit_.GetClassLinker()->LookupResolvedType( in ExtractClassesFromOfflineProfile()773 caller_compilation_unit_.GetClassLoader().Get()); in ExtractClassesFromOfflineProfile()778 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile()780 << caller_compilation_unit_ in ExtractClassesFromOfflineProfile()[all …]
50 caller_compilation_unit_(caller_compilation_unit), in HOptimization()278 const DexCompilationUnit& caller_compilation_unit_; variable