HomeSort by relevance Sort by last modified time
    Searched refs:caller_compilation_unit_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
inliner.cc 374 PointerSize pointer_size = caller_compilation_unit_.GetClassLinker()->GetImagePointerSize();
456 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
647 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs);
674 caller_compilation_unit_.GetDexMethodIndex());
679 *inline_cache = AllocateInlineCacheHolder(caller_compilation_unit_, hs);
722 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file);
746 ObjPtr<mirror::Class> clazz = caller_compilation_unit_.GetClassLinker()->LookupResolvedType(
749 caller_compilation_unit_.GetClassLoader().Get());
754 << caller_compilation_unit_.GetDexFile()->PrettyMethod(
756 << caller_compilation_unit_
    [all...]
inliner.h 52 caller_compilation_unit_(caller_compilation_unit),
281 const DexCompilationUnit& caller_compilation_unit_; member in class:art::HInliner

Completed in 76 milliseconds