Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h108 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_); in GetMethodShorty()
112 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_); in GetMethodShorty()
117 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()
130 return StringDataByIdx(proto_id.shorty_idx_); in GetShorty()
159 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
165 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
Ddex_file_verifier_test.cc1450 std::swap(const_cast<dex::StringIndex&>(proto1.shorty_idx_), in TEST_F()
1451 const_cast<dex::StringIndex&>(proto2.shorty_idx_)); in TEST_F()
1455 const_cast<dex::StringIndex&>(proto1.shorty_idx_) = proto2.shorty_idx_; in TEST_F()
Ddex_file.h174 dex::StringIndex shorty_idx_; // index into string_ids array for shorty descriptor member
Ddex_file_verifier.cc2056 LOAD_STRING(shorty, item->shorty_idx_, "inter_proto_id_item shorty_idx") in CheckInterProtoIdItem()
Dclass_linker.cc8231 const size_t num_method_args = strlen(dex_file.StringDataByIdx(proto_id.shorty_idx_)) - 1; in ResolveMethodType()
/art/dexlayout/
Ddex_ir.cc343 ProtoId* proto_id = new ProtoId(GetStringId(disk_proto_id.shorty_idx_.index_), in CreateProtoId()