Searched refs:NewBootImageStringPatch (Results 1 – 6 of 6) sorted by relevance
598 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
724 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
891 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
4534 CodeGeneratorRISCV64::PcRelativePatchInfo* info_high = codegen_->NewBootImageStringPatch( in VisitLoadString()4537 CodeGeneratorRISCV64::PcRelativePatchInfo* info_low = codegen_->NewBootImageStringPatch( in VisitLoadString()6694 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::riscv64::CodeGeneratorRISCV64
5333 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm64::CodeGeneratorARM646015 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()6019 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
8038 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()9802 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL