Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h618 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_arm64.h746 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_arm64.cc4675 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm64::CodeGeneratorARM64
5262 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
5266 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
Dcode_generator_arm_vixl.cc7607 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
9257 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL