Lines Matching defs:kProperties

419     if constexpr (Derived::kProperties.can_eager_deopt()) {
423 STATIC_ASSERT(Derived::kProperties.can_lazy_deopt());
439 static constexpr OpProperties kProperties = OpProperties::Pure();
594 !Derived::kProperties.can_eager_deopt() ||
595 !Derived::kProperties.can_lazy_deopt(),
602 (Derived::kProperties.can_eager_deopt() ? sizeof(EagerDeoptInfo) : 0) +
603 (Derived::kProperties.can_lazy_deopt() ? sizeof(LazyDeoptInfo) : 0);
609 OpPropertiesField::encode(Derived::kProperties) |
825 const OpProperties& properties() const { return Derived::kProperties; }
857 const OpProperties& properties() const { return Derived::kProperties; }
890 static constexpr OpProperties kProperties = OpProperties::JSCall();
914 static constexpr OpProperties kProperties = OpProperties::JSCall();
962 static constexpr OpProperties kProperties = OpProperties::EagerDeopt();
977 static constexpr OpProperties kProperties =
994 static constexpr OpProperties kProperties = OpProperties::UntaggedValue();
1013 static constexpr OpProperties kProperties =
1119 static constexpr OpProperties kProperties =
1142 static constexpr OpProperties kProperties = OpProperties::Reading();
1164 static constexpr OpProperties kProperties = OpProperties::Writing();
1189 static constexpr OpProperties kProperties = OpProperties::JSCall();
1211 static constexpr OpProperties kProperties = OpProperties::JSCall();
1301 static constexpr OpProperties kProperties = OpProperties::JSCall();
1571 static constexpr OpProperties kProperties = OpProperties::EagerDeopt();
1602 static constexpr OpProperties kProperties = OpProperties::Call();