Searched refs:StringDataAndUtf16LengthByIdx (Results 1 – 10 of 10) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file-inl.h | 60 inline const char* DexFile::StringDataAndUtf16LengthByIdx(dex::StringIndex idx, in StringDataAndUtf16LengthByIdx() function 72 return StringDataAndUtf16LengthByIdx(idx, &unicode_length); in StringDataByIdx() 77 const char* data = StringDataAndUtf16LengthByIdx(idx, &unicode_length); in StringViewByIdx() 86 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length); in StringByTypeIdx() 130 return StringDataAndUtf16LengthByIdx(method_id.name_idx_, utf_length); in GetMethodName() 134 return StringDataAndUtf16LengthByIdx(GetMethodId(idx).name_idx_, utf_length); in GetMethodName() 148 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty() 174 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len); in StringEquals() 176 const char* s2_data = df2->StringDataAndUtf16LengthByIdx(sidx2, &s2_len); in StringEquals()
|
D | signature-inl.h | 37 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_, 43 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
|
D | dex_file.h | 265 const char* StringDataAndUtf16LengthByIdx(dex::StringIndex idx, uint32_t* utf16_length) const;
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 307 const char* lhs_data = this_method->GetDexFile()->StringDataAndUtf16LengthByIdx( in Executable_compareMethodParametersInternal() 309 const char* rhs_data = other_method->GetDexFile()->StringDataAndUtf16LengthByIdx( in Executable_compareMethodParametersInternal()
|
/art/tools/dexanalyze/ |
D | dexanalyze_strings.cc | 428 const char* data = dex_file->StringDataAndUtf16LengthByIdx(dex::StringIndex(i), &length); in ProcessDexFiles()
|
/art/runtime/ |
D | class_linker.cc | 6403 name_ = dex_file_->StringDataAndUtf16LengthByIdx(mid_->name_idx_, &name_len_); in GetName() 6418 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, in HasSameNameAndSignature() 7583 : name(dex_file->StringDataAndUtf16LengthByIdx(mid.name_idx_, &name_len)), in CheckVTableHasNoDuplicates() 8686 const char* utf8_data = dex_file.StringDataAndUtf16LengthByIdx(string_idx, &utf16_length); in DoResolveString() 8699 const char* utf8_data = dex_file.StringDataAndUtf16LengthByIdx(string_idx, &utf16_length); in DoLookupString()
|
/art/compiler/optimizing/ |
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()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2045 const char* utf8_data = dex_file->StringDataAndUtf16LengthByIdx(dex::StringIndex(i), in ProcessDexFileObjects()
|