Searched refs:NewBootImageTypePatch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 619 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
|
D | code_generator_arm64.h | 758 vixl::aarch64::Label* NewBootImageTypePatch(const DexFile& dex_file,
|
D | code_generator_arm64.cc | 4823 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()
|
D | code_generator_arm_vixl.cc | 7478 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()
|