Home
last modified time | relevance | path

Searched refs:StringDataAndUtf16LengthByIdx (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_file-inl.h54 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_,
Ddex_file.h531 const char* StringDataAndUtf16LengthByIdx(uint32_t idx, uint32_t* utf16_length) const { in StringDataAndUtf16LengthByIdx() function
542 return StringDataAndUtf16LengthByIdx(idx, &unicode_length); in StringDataByIdx()
576 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length); in StringByTypeIdx()
685 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()
Dclass_linker.cc5509 name_ = dex_file_->StringDataAndUtf16LengthByIdx(mid_->name_idx_, &name_len_); in GetName()
5524 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, in HasSameNameAndSignature()
7302 const char* utf8_data = dex_file.StringDataAndUtf16LengthByIdx(string_idx, &utf16_length); in ResolveString()
7317 const char* utf8_data = dex_file.StringDataAndUtf16LengthByIdx(string_idx, &utf16_length); in LookupString()