Searched refs:NewInsufficientFeedback (Results 1 – 2 of 2) sorted by relevance
473 const ProcessedFeedback& JSHeapBroker::NewInsufficientFeedback( in NewInsufficientFeedback() function in v8::internal::compiler::JSHeapBroker483 if (nexus.IsUninitialized()) return NewInsufficientFeedback(kind); in ReadFeedbackForPropertyAccess()516 return NewInsufficientFeedback(kind); in ReadFeedbackForPropertyAccess()544 if (nexus.IsUninitialized()) return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForGlobalAccess()585 if (nexus.IsUninitialized()) return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForBinaryOperation()594 if (nexus.IsUninitialized()) return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForCompareOperation()603 if (nexus.IsUninitialized()) return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForForIn()612 if (nexus.IsUninitialized()) return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForInstanceOf()628 if (nexus.IsUninitialized()) return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForArrayOrObjectLiteral()632 return NewInsufficientFeedback(nexus.kind()); in ReadFeedbackForArrayOrObjectLiteral()[all …]
377 const ProcessedFeedback& NewInsufficientFeedback(FeedbackSlotKind kind) const; in DEFINE_OPERATORS_FOR_FLAGS()