Home
last modified time | relevance | path

Searched refs:NewBootImageStringPatch (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.h635 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_mips64.h605 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_arm64.h620 vixl::aarch64::Label* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_arm_vixl.h587 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file,
Dcode_generator_mips64.cc1622 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()
Dcode_generator_mips.cc1695 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()
Dcode_generator_arm_vixl.cc7239 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
8854 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageStringPatch( in NewBootImageStringPatch() function in art::arm::CodeGeneratorARMVIXL