Home | History | Annotate | Download | only in optimizing

Lines Matching defs:NewPcRelativeStringPatch

435       adrp_label_ = arm64_codegen->NewPcRelativeStringPatch(dex_file, string_index);
439 arm64_codegen->NewPcRelativeStringPatch(dex_file, string_index, adrp_label_);
4587 vixl::aarch64::Label* CodeGeneratorARM64::NewPcRelativeStringPatch(
5085 vixl::aarch64::Label* adrp_label = codegen_->NewPcRelativeStringPatch(dex_file, string_index);
5089 codegen_->NewPcRelativeStringPatch(dex_file, string_index, adrp_label);
5106 vixl::aarch64::Label* adrp_label = codegen_->NewPcRelativeStringPatch(dex_file, string_index);
5110 codegen_->NewPcRelativeStringPatch(dex_file, string_index, adrp_label);