Searched defs:NewPcRelativeStringPatch (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3759 vixl::Label* CodeGeneratorARM64::NewPcRelativeStringPatch(const DexFile& dex_file, function in class:art::arm64::CodeGeneratorARM64
4052 vixl::Label* adrp_label = codegen_->NewPcRelativeStringPatch(dex_file, string_index);
4060 codegen_->NewPcRelativeStringPatch(dex_file, string_index, adrp_label);
H A Dcode_generator_arm.cc5234 codegen_->NewPcRelativeStringPatch(load->GetDexFile(), load->GetStringIndex());
6448 CodeGeneratorARM::PcRelativePatchInfo* CodeGeneratorARM::NewPcRelativeStringPatch( function in class:art::arm::CodeGeneratorARM

Completed in 71 milliseconds