Lines Matching refs:caller_compilation_unit_

393   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()
855 GetMonomorphicType(classes), caller_compilation_unit_); in TryInlineMonomorphicCall()
864 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryInlineMonomorphicCall()
943 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in AddTypeGuard()
952 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard()
975 load_class, codegen_, caller_compilation_unit_); in AddTypeGuard()
1019 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryInlinePolymorphicCall()
1045 dex::TypeIndex class_index = FindClassIndexIn(handle.Get(), caller_compilation_unit_); in TryInlinePolymorphicCall()
1192 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryInlinePolymorphicCallToSameTarget()
1368 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInlineAndReplace()
1552 << caller_compilation_unit_.GetDexFile()->GetLocation() << ") from " in TryBuildAndInline()
1954 !CanEncodeInlinedMethodInStackMap(*caller_compilation_unit_.GetDexFile(), in CanInlineBody()
1999 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryBuildAndInlineHelper()
2001 caller_compilation_unit_.GetDexCache(), in TryBuildAndInlineHelper()
2005 caller_compilation_unit_.GetClassLoader(), in TryBuildAndInlineHelper()