Searched refs:can_lazy_deopt (Results 1 – 5 of 5) sorted by relevance
225 } else if constexpr (NodeT::kProperties.can_lazy_deopt()) { in CreateNewNode()358 DCHECK_EQ(NodeT::kProperties.can_lazy_deopt(), in MarkAsLazyDeoptResult()359 value->properties().can_lazy_deopt()); in MarkAsLazyDeoptResult()360 if constexpr (NodeT::kProperties.can_lazy_deopt()) { in MarkAsLazyDeoptResult()
186 constexpr bool can_lazy_deopt() const { in can_lazy_deopt() function423 STATIC_ASSERT(Derived::kProperties.can_lazy_deopt()); in New()522 DCHECK(!properties().can_lazy_deopt()); in eager_deopt_info()530 DCHECK(!properties().can_lazy_deopt()); in eager_deopt_info()537 DCHECK(properties().can_lazy_deopt()); in lazy_deopt_info()544 DCHECK(properties().can_lazy_deopt()); in lazy_deopt_info()578 DCHECK(!properties().can_lazy_deopt()); in eager_deopt_info_address()585 DCHECK(properties().can_lazy_deopt()); in lazy_deopt_info_address()595 !Derived::kProperties.can_lazy_deopt(), in Allocate()603 (Derived::kProperties.can_lazy_deopt() ? sizeof(LazyDeoptInfo) : 0); in Allocate()
76 if constexpr (NodeT::kProperties.can_lazy_deopt()) { in Process()
382 if constexpr (Name::kProperties.can_lazy_deopt()) { \ in MaybePrintLazyDeopt()
365 if (node->properties().can_lazy_deopt()) { in AllocateNode()