Searched refs:NewStringBssEntryPatch (Results 1 – 10 of 10) sorted by relevance
540 Label* NewStringBssEntryPatch(HLoadString* load_string);
547 Label* NewStringBssEntryPatch(HLoadString* load_string);
600 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
718 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
849 vixl::aarch64::Label* NewStringBssEntryPatch(const DexFile& dex_file,
5197 vixl::aarch64::Label* CodeGeneratorARM64::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::arm64::CodeGeneratorARM645817 vixl::aarch64::Label* adrp_label = codegen_->NewStringBssEntryPatch(dex_file, string_index); in VisitLoadString()5821 codegen_->NewStringBssEntryPatch(dex_file, string_index, adrp_label); in VisitLoadString()
4522 CodeGeneratorRISCV64::PcRelativePatchInfo* info_high = codegen_->NewStringBssEntryPatch( in VisitLoadString()4525 CodeGeneratorRISCV64::PcRelativePatchInfo* info_low = codegen_->NewStringBssEntryPatch( in VisitLoadString()6566 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::riscv64::CodeGeneratorRISCV64
1363 Label* CodeGeneratorX86_64::NewStringBssEntryPatch(HLoadString* load_string) { in NewStringBssEntryPatch() function in art::x86_64::CodeGeneratorX86_646955 Label* fixup_label = codegen_->NewStringBssEntryPatch(load); in VisitLoadString()
5762 Label* CodeGeneratorX86::NewStringBssEntryPatch(HLoadString* load_string) { in NewStringBssEntryPatch() function in art::x86::CodeGeneratorX867621 Label* fixup_label = codegen_->NewStringBssEntryPatch(load); in VisitLoadString()
7994 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()9737 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::arm::CodeGeneratorARMVIXL