Searched defs:StringDataAndUtf16LengthByIdx (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file-inl.h46 inline const char* DexFile::StringDataAndUtf16LengthByIdx(dex::StringIndex idx, function in class:art::DexFile
58 return StringDataAndUtf16LengthByIdx(idx, &unicode_length);
66 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
117 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
142 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len);
144 const char* s2_data = df2->StringDataAndUtf16LengthByIdx(sidx2, &s2_len);
159 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
165 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,

Completed in 372 milliseconds