Searched refs:NewStringBssEntryPatch (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 429 Label* NewStringBssEntryPatch(HLoadString* load_string);
|
D | code_generator_mips.h | 638 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
|
D | code_generator_mips64.h | 608 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
|
D | code_generator_x86.h | 434 Label* NewStringBssEntryPatch(HLoadString* load_string);
|
D | code_generator_arm64.h | 628 vixl::aarch64::Label* NewStringBssEntryPatch(const DexFile& dex_file,
|
D | code_generator_arm_vixl.h | 589 PcRelativePatchInfo* NewStringBssEntryPatch(const DexFile& dex_file,
|
D | code_generator_mips64.cc | 1630 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()
|
D | code_generator_mips.cc | 1703 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()
|
D | code_generator_arm_vixl.cc | 7253 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString() 8859 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewStringBssEntryPatch( in NewStringBssEntryPatch() function in art::arm::CodeGeneratorARMVIXL
|