Home
last modified time | relevance | path

Searched refs:NewStringBssEntryPatch (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h429 Label* NewStringBssEntryPatch(HLoadString* load_string);
Dcode_generator_mips.h638 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
Dcode_generator_mips64.h608 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
Dcode_generator_x86.h434 Label* NewStringBssEntryPatch(HLoadString* load_string);
Dcode_generator_arm64.h628 vixl::aarch64::Label* NewStringBssEntryPatch(const DexFile& dex_file,
Dcode_generator_arm_vixl.h589 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
Dcode_generator_mips64.cc1630 CodeGeneratorMIPS64::PcRelativePatchInfo* CodeGeneratorMIPS64::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::mips64::CodeGeneratorMIPS64
6446 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
6448 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex(), info_high); in VisitLoadString()
Dcode_generator_mips.cc1703 CodeGeneratorMIPS::PcRelativePatchInfo* CodeGeneratorMIPS::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::mips::CodeGeneratorMIPS
8453 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
8455 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex(), info_high); in VisitLoadString()
Dcode_generator_arm_vixl.cc7253 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
8859 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::arm::CodeGeneratorARMVIXL