Home
last modified time | relevance | path

Searched refs:NewBootImageStringPatch (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.h598 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
H A Dcode_generator_arm_vixl.h724 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
H A Dcode_generator_arm64.h891 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
H A Dcode_generator_riscv64.cc4534 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
H A Dcode_generator_arm64.cc5333 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm64::CodeGeneratorARM64
6015 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
6019 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
H A Dcode_generator_arm_vixl.cc8038 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
9802 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL