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

/art/runtime/
H A Ddex_file.h182 uint32_t shorty_idx_; // index into string_ids array for shorty descriptor member in struct:art::DexFile::ProtoId
622 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
626 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
726 return StringDataByIdx(proto_id.shorty_idx_);

Completed in 218 milliseconds