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

/art/runtime/
H A Ddex_file.h482 const char* StringDataAndUtf16LengthByIdx(uint32_t idx, uint32_t* utf16_length) const { function in class:art::DexFile
493 return StringDataAndUtf16LengthByIdx(idx, &unicode_length);
525 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);

Completed in 49 milliseconds