Searched defs:ClassMethodReference (Results 1 – 1 of 1) sorted by relevance
1282 struct ClassMethodReference { struct in art::ProfMan1283 TypeReference type_;1284 uint32_t method_index_;1286 bool operator==(const ClassMethodReference& ref) { in operator ==()1289 bool operator!=(const ClassMethodReference& ref) { in operator !=()