Searched refs:NewBootImageStringPatch (Results 1 – 4 of 4) sorted by relevance
618 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
746 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
4675 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm64::CodeGeneratorARM645262 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()5266 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
7607 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()9257 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL