Lines Matching refs:string_index
376 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
377 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index.index_); in EmitNativeCode()
4411 dex::StringIndex string_index, in NewBootImageStringPatch() argument
4414 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch()
4419 dex::StringIndex string_index, in NewStringBssEntryPatch() argument
4421 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_); in NewStringBssEntryPatch()
4467 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral() argument
4468 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in DeduplicateJitStringLiteral()
4470 StringReference(&dex_file, string_index), in DeduplicateJitStringLiteral()
5000 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
5001 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
5005 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
5024 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
5026 vixl::aarch64::Label* adrp_label = codegen_->NewStringBssEntryPatch(dex_file, string_index); in VisitLoadString()
5030 codegen_->NewStringBssEntryPatch(dex_file, string_index, adrp_label); in VisitLoadString()