Home
last modified time | relevance | path

Searched defs:ClassMethodReference (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/profman/
H A Dprofman.cc1261 struct ClassMethodReference { struct in art::ProfMan
1262 TypeReference type_;
1263 uint32_t method_index_;
1265 bool operator==(const ClassMethodReference& ref) { in operator ==()
1268 bool operator!=(const ClassMethodReference& ref) { in operator !=()