Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc378 PointerSize pointer_size = caller_compilation_unit_.GetClassLinker()->GetImagePointerSize(); in FindMethodFromCHA()
745 caller_compilation_unit_.GetDexFile(), caller_compilation_unit_.GetDexMethodIndex())); in GetInlineCacheAOT()
774 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in GetInlineCacheAOT()
777 const DexFile* dex_file = caller_compilation_unit_.GetDexFile(); in GetInlineCacheAOT()
780 class_linker->FindClass(self, descriptor, caller_compilation_unit_.GetClassLoader()); in GetInlineCacheAOT()
860 GetMonomorphicType(classes), caller_compilation_unit_); in TryInlineMonomorphicCall()
869 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryInlineMonomorphicCall()
948 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in AddTypeGuard()
957 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard()
980 load_class, codegen_, caller_compilation_unit_); in AddTypeGuard()
[all …]
Dinliner.h53 caller_compilation_unit_(caller_compilation_unit), in HOptimization()
329 const DexCompilationUnit& caller_compilation_unit_; variable