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