Searched refs:StringDataAndUtf16LengthByIdx (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | dex_file-inl.h | 54 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len); in DexFileStringEquals() 56 const char* s2_data = df2->StringDataAndUtf16LengthByIdx(sidx2, &s2_len); in DexFileStringEquals() 71 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_, 77 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
|
D | dex_file.h | 482 const char* StringDataAndUtf16LengthByIdx(uint32_t idx, uint32_t* utf16_length) const { in StringDataAndUtf16LengthByIdx() function 493 return StringDataAndUtf16LengthByIdx(idx, &unicode_length); in StringDataByIdx() 525 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length); in StringByTypeIdx() 629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()
|
D | class_linker.cc | 4815 name_ = dex_file_->StringDataAndUtf16LengthByIdx(mid_->name_idx_, &name_len_); in GetName() 4830 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, in HasSameNameAndSignature() 5625 const char* utf8_data = dex_file.StringDataAndUtf16LengthByIdx(string_idx, &utf16_length); in ResolveString()
|