• Home
  • Raw
  • Download

Lines Matching refs:string_index

381     const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();  in EmitNativeCode()  local
382 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index.index_); in EmitNativeCode()
4592 dex::StringIndex string_index, in NewBootImageStringPatch() argument
4595 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch()
4600 dex::StringIndex string_index, in NewStringBssEntryPatch() argument
4602 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_); in NewStringBssEntryPatch()
4630 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral() argument
4631 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in DeduplicateJitStringLiteral()
4633 StringReference(&dex_file, string_index), in DeduplicateJitStringLiteral()
5042 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
5043 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
5047 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
5062 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
5063 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
5067 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
5074 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
5077 vixl::aarch64::Label* adrp_label = codegen_->NewStringBssEntryPatch(dex_file, string_index); in VisitLoadString()
5081 codegen_->NewStringBssEntryPatch(dex_file, string_index, adrp_label); in VisitLoadString()