Searched refs:is_method (Results 1 – 4 of 4) sorted by relevance
175 bool is_method; member177 ReflectAccessInfo(RegisterValue c, RegisterValue n, bool is_method) in ReflectAccessInfo()178 : cls(c), name(n), is_method(is_method) {} in ReflectAccessInfo()
789 uses_.push_back(ReflectAccessInfo(cls, name, info.is_method)); in AnalyzeInvoke()
59 bool is_method) { in ProcessThreadOrMethodInfo() argument61 uint8_t header_length = is_method ? 10 : 6; in ProcessThreadOrMethodInfo()66 uint8_t num_bytes_for_id = is_method ? 8 : 4; in ProcessThreadOrMethodInfo()
2821 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local2822 static_assert(is_method || std::is_same_v<art::ArtField*, decltype(field_or_method)>, in UpdateClassStructurally()2829 if constexpr (is_method) { in UpdateClassStructurally()2850 if constexpr (is_method) { in UpdateClassStructurally()