Searched refs:IsInsufficient (Results 1 – 7 of 7) sorted by relevance
468 if (HasFeedback(source)) return GetFeedback(source).IsInsufficient(); in FeedbackIsInsufficient()693 return feedback.IsInsufficient() ? BinaryOperationHint::kNone in GetFeedbackForBinaryOperation()701 return feedback.IsInsufficient() ? CompareOperationHint::kNone in GetFeedbackForCompareOperation()707 return feedback.IsInsufficient() ? ForInHint::kNone in GetFeedbackForForIn()
46 bool IsInsufficient() const { return kind() == kInsufficient; } in IsInsufficient() function
1105 if (!feedback.IsInsufficient()) { in ReduceJSCreateLiteralArrayOrObject()1127 if (!feedback.IsInsufficient()) { in ReduceJSCreateEmptyLiteralArray()1184 if (!feedback.IsInsufficient()) { in ReduceJSCreateLiteralRegExp()1203 if (feedback.IsInsufficient()) return NoChange(); in ReduceJSGetTemplateObject()
402 if (feedback.IsInsufficient()) return NoChange(); in ReduceJSInstanceOf()987 if (processed.IsInsufficient()) return NoChange(); in ReduceJSLoadGlobal()1017 if (processed.IsInsufficient()) return NoChange(); in ReduceJSStoreGlobal()1517 SpeculationMode mode = feedback.IsInsufficient() in ReduceJSGetIterator()
2932 feedback.IsInsufficient() ? 0.0f : feedback.AsCall().frequency(); in ComputeCallFrequency()2944 return feedback.IsInsufficient() ? SpeculationMode::kDisallowSpeculation in GetSpeculationMode()2953 if (feedback.IsInsufficient()) return CallFeedbackRelation::kUnrelated; in ComputeCallFeedbackRelation()
4244 if (feedback.IsInsufficient()) return NoChange(); in ReduceCallOrConstructWithArrayLikeOrSpread()4477 if (feedback.IsInsufficient()) { in ReduceJSCall()5025 if (feedback.IsInsufficient()) { in ReduceJSConstruct()
368 if (access_feedback.IsInsufficient()) { in VisitLdaGlobal()