Searched refs:GetStringIndex (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | sharpening.cc | 319 dex::StringIndex string_index = load_string->GetStringIndex(); in ProcessLoadString()
|
D | code_generator_arm64.cc | 377 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()
|
D | code_generator_x86_64.cc | 318 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()
|
D | code_generator_x86.cc | 252 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()
|
D | code_generator_arm_vixl.cc | 573 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()
|
D | instruction_simplifier.cc | 2390 dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), &utf16_length); in SimplifyStringIndexOf()
|
D | intrinsics_arm_vixl.cc | 1406 return dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), utf16_length); in GetConstString()
|
D | intrinsics_arm64.cc | 1329 return dex_file.StringDataAndUtf16LengthByIdx(load_string->GetStringIndex(), utf16_length); in GetConstString()
|
D | nodes.h | 6649 dex::StringIndex GetStringIndex() const { in GetStringIndex() function
|