Searched refs:proto_idx (Results 1 – 2 of 2) sorted by relevance
523 const uint16_t proto_idx = GetIndexForProtoId(signature); in FindMethodId() local539 if (proto_idx > method.proto_idx_) { in FindMethodId()541 } else if (proto_idx < method.proto_idx_) { in FindMethodId()
728 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() argument729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()