Searched defs:is_method (Results 1 – 2 of 2) sorted by relevance
175 bool is_method; member
2830 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local