Home
last modified time | relevance | path

Searched refs:IsInsufficient (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc468 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()
Dprocessed-feedback.h46 bool IsInsufficient() const { return kind() == kInsufficient; } in IsInsufficient() function
Djs-create-lowering.cc1105 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()
Djs-native-context-specialization.cc402 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()
Dbytecode-graph-builder.cc2932 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()
Djs-call-reducer.cc4244 if (feedback.IsInsufficient()) return NoChange(); in ReduceCallOrConstructWithArrayLikeOrSpread()
4477 if (feedback.IsInsufficient()) { in ReduceJSCall()
5025 if (feedback.IsInsufficient()) { in ReduceJSConstruct()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc368 if (access_feedback.IsInsufficient()) { in VisitLdaGlobal()