Home
last modified time | relevance | path

Searched refs:NewBootImageTypePatch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h619 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
Dcode_generator_arm64.h758 vixl::aarch64::Label* NewBootImageTypePatch(const DexFile& dex_file,
Dcode_generator_arm64.cc4823 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::arm64::CodeGeneratorARM64
4991 NewBootImageTypePatch(*target_type.dex_file, target_type.TypeIndex()); in LoadTypeForBootImageIntrinsic()
4995 NewBootImageTypePatch(*target_type.dex_file, target_type.TypeIndex(), adrp_label); in LoadTypeForBootImageIntrinsic()
5301 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageTypePatch(dex_file, type_index); in VisitLoadClass()
5305 codegen_->NewBootImageTypePatch(dex_file, type_index, adrp_label); in VisitLoadClass()
Dcode_generator_arm_vixl.cc7478 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex()); in VisitLoadClass()
9379 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::arm::CodeGeneratorARMVIXL
9502 NewBootImageTypePatch(*target_type.dex_file, target_type.TypeIndex()); in LoadTypeForBootImageIntrinsic()