Home
last modified time | relevance | path

Searched refs:NewInsufficientFeedback (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc473 const ProcessedFeedback& JSHeapBroker::NewInsufficientFeedback( in NewInsufficientFeedback() function in v8::internal::compiler::JSHeapBroker
483 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 …]
Djs-heap-broker.h377 const ProcessedFeedback& NewInsufficientFeedback(FeedbackSlotKind kind) const; in DEFINE_OPERATORS_FOR_FLAGS()