Home | History | Annotate | Download | only in runtime

Lines Matching refs:proto_idx_

175     uint16_t proto_idx_;  // index into proto_ids_ array for method prototype
612 return GetProtoId(method_id.proto_idx_);
625 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);