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

/art/runtime/
H A Ddex_file.h161 uint16_t proto_idx_; // index into proto_ids_ array for method prototype member in struct:art::DexFile::MethodId
556 return GetProtoId(method_id.proto_idx_);
561 return CreateMethodSignature(method_id.proto_idx_, NULL);
571 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
574 return StringDataAndLengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);

Completed in 46 milliseconds