Searched defs:ClassMethodReference (Results 1 – 1 of 1) sorted by relevance
1234 struct ClassMethodReference { struct in art::ProfMan1235 TypeReference type_;1236 uint32_t method_index_;1238 bool operator==(const ClassMethodReference& ref) { in operator ==()1241 bool operator!=(const ClassMethodReference& ref) { in operator !=()