Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc447 bool JSHeapBroker::HasFeedback(FeedbackSource const& source) const { in HasFeedback() function in v8::internal::compiler::JSHeapBroker
462 if (HasFeedback(source)) return GetFeedback(source).slot_kind(); in GetFeedbackSlotKind()
468 if (HasFeedback(source)) return GetFeedback(source).IsInsufficient(); in FeedbackIsInsufficient()
713 if (HasFeedback(source)) return GetFeedback(source); in GetFeedbackForArrayOrObjectLiteral()
722 if (HasFeedback(source)) return GetFeedback(source); in GetFeedbackForRegExpLiteral()
730 if (HasFeedback(source)) return GetFeedback(source); in GetFeedbackForTemplateObject()
738 if (HasFeedback(source)) return GetFeedback(source); in ProcessFeedbackForBinaryOperation()
746 if (HasFeedback(source)) return GetFeedback(source); in ProcessFeedbackForCompareOperation()
754 if (HasFeedback(source)) return GetFeedback(source); in ProcessFeedbackForForIn()
763 if (HasFeedback(source)) return GetFeedback(source); in GetFeedbackForPropertyAccess()
[all …]
Djs-heap-broker.h190 bool HasFeedback(FeedbackSource const& source) const; in DEFINE_OPERATORS_FOR_FLAGS()