Home
last modified time | relevance | path

Searched refs:shorty_idx_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex_file-inl.h71 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
77 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
Ddex_file.h184 uint32_t shorty_idx_; // index into string_ids array for shorty descriptor member
625 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_); in GetMethodShorty()
629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()
730 return StringDataByIdx(proto_id.shorty_idx_); in GetShorty()
Ddex_file_verifier.cc1518 LOAD_STRING(shorty, item->shorty_idx_, "inter_proto_id_item shorty_idx") in CheckInterProtoIdItem()
/art/compiler/optimizing/
Dbuilder.cc330 const char* descriptor = dex_file_->StringDataByIdx(proto_id.shorty_idx_); in BuildInvoke()