Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h621 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_arm64.h773 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_arm64.cc4853 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm64::CodeGeneratorARM64
5476 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
5480 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
Dcode_generator_arm_vixl.cc7703 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
9406 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL