• Home
  • Raw
  • Download

Lines Matching refs:string_index

375     const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();  in EmitNativeCode()  local
376 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index.index_); in EmitNativeCode()
4260 dex::StringIndex string_index, in NewBootImageStringPatch() argument
4263 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch()
4268 dex::StringIndex string_index, in NewStringBssEntryPatch() argument
4270 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_); in NewStringBssEntryPatch()
4307 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral() argument
4308 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in DeduplicateJitStringLiteral()
4310 StringReference(&dex_file, string_index), in DeduplicateJitStringLiteral()
4818 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
4819 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageStringPatch(dex_file, string_index); in VisitLoadString()
4823 codegen_->NewBootImageStringPatch(dex_file, string_index, adrp_label); in VisitLoadString()
4842 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
4844 vixl::aarch64::Label* adrp_label = codegen_->NewStringBssEntryPatch(dex_file, string_index); in VisitLoadString()
4848 codegen_->NewStringBssEntryPatch(dex_file, string_index, adrp_label); in VisitLoadString()