Searched refs:NewBootImageStringPatch (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.h | 635 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
|
D | code_generator_mips64.h | 605 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
|
D | code_generator_arm64.h | 620 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
|
D | code_generator_arm_vixl.h | 587 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
|
D | code_generator_mips64.cc | 1622 CodeGeneratorMIPS64::PcRelativePatchInfo* CodeGeneratorMIPS64::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::mips64::CodeGeneratorMIPS64 6426 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString() 6428 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex(), info_high); in VisitLoadString()
|
D | code_generator_mips.cc | 1695 CodeGeneratorMIPS::PcRelativePatchInfo* CodeGeneratorMIPS::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::mips::CodeGeneratorMIPS 8429 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString() 8431 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex(), info_high); in VisitLoadString()
|
D | code_generator_arm_vixl.cc | 7239 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString() 8854 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL
|