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