Searched defs:ClassMethodReference (Results 1 – 1 of 1) sorted by relevance
1261 struct ClassMethodReference { struct in art::ProfMan1262 TypeReference type_;1263 uint32_t method_index_;1265 bool operator==(const ClassMethodReference& ref) { in operator ==()1268 bool operator!=(const ClassMethodReference& ref) { in operator !=()