Home | History | Annotate | Download | only in optimizing

Lines Matching full:string_index

348     const uint32_t string_index = instruction_->AsLoadString()->GetStringIndex();
349 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index);
3760 uint32_t string_index,
3762 return NewPcRelativePatch(dex_file, string_index, adrp_label, &pc_relative_string_patches_);
3785 const DexFile& dex_file, uint32_t string_index) {
3787 StringReference(&dex_file, string_index),
3842 target_string.string_index));
4051 uint32_t string_index = load->GetStringIndex();
4052 vixl::Label* adrp_label = codegen_->NewPcRelativeStringPatch(dex_file, string_index);
4060 codegen_->NewPcRelativeStringPatch(dex_file, string_index, adrp_label);
4112 // /* GcRoot<mirror::String> */ out = out[string_index]