Home
last modified time | relevance | path

Searched refs:GetStringIndex (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dsharpening.cc319 dex::StringIndex string_index = load_string->GetStringIndex(); in ProcessLoadString()
Dcode_generator_arm64.cc377 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode()
5261 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString()
5285 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString()
5316 load->GetStringIndex(), in VisitLoadString()
5333 __ Mov(calling_convention.GetRegisterAt(0).W(), load->GetStringIndex().index_); in VisitLoadString()
Dcode_generator_x86_64.cc318 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode()
1169 &load_string->GetDexFile(), load_string->GetStringIndex().index_); in RecordBootImageStringPatch()
1175 &load_string->GetDexFile(), load_string->GetStringIndex().index_); in NewStringBssEntryPatch()
6373 load->GetDexFile(), load->GetStringIndex(), load->GetString()); in VisitLoadString()
6384 __ movl(CpuRegister(RAX), Immediate(load->GetStringIndex().index_)); in VisitLoadString()
Dcode_generator_x86.cc252 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode()
5212 method_address, &load_string->GetDexFile(), load_string->GetStringIndex().index_); in RecordBootImageStringPatch()
5220 method_address, &load_string->GetDexFile(), load_string->GetStringIndex().index_); in NewStringBssEntryPatch()
7080 load->GetDexFile(), load->GetStringIndex(), load->GetString()); in VisitLoadString()
7092 __ movl(calling_convention.GetRegisterAt(0), Immediate(load->GetStringIndex().index_)); in VisitLoadString()
Dcode_generator_arm_vixl.cc573 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode()
7607 codegen_->NewBootImageStringPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
7621 codegen_->NewStringBssEntryPatch(load->GetDexFile(), load->GetStringIndex()); in VisitLoadString()
7642 load->GetStringIndex(), in VisitLoadString()
7656 __ Mov(calling_convention.GetRegisterAt(0), load->GetStringIndex().index_); in VisitLoadString()
Dinstruction_simplifier.cc2390 dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), &utf16_length); in SimplifyStringIndexOf()
Dintrinsics_arm_vixl.cc1406 return dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), utf16_length); in GetConstString()
Dintrinsics_arm64.cc1329 return dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), utf16_length); in GetConstString()
Dnodes.h6649 dex::StringIndex GetStringIndex() const { in GetStringIndex() function