Home
last modified time | relevance | path

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

/aosp_15_r20/art/profman/
H A Dprofman.cc1234 struct ClassMethodReference { struct in art::ProfMan
1235 TypeReference type_;
1236 uint32_t method_index_;
1238 bool operator==(const ClassMethodReference& ref) { in operator ==()
1241 bool operator!=(const ClassMethodReference& ref) { in operator !=()