Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A 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()
H A Dprocessed-feedback.h46 bool IsInsufficient() const { return kind() == kInsufficient; } in IsInsufficient() function in v8::internal::compiler::ProcessedFeedback
H A 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()
H A 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()
H A 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()
H A Djs-call-reducer.cc4244 if (feedback.IsInsufficient()) return NoChange();
4477 if (feedback.IsInsufficient()) {
5025 if (feedback.IsInsufficient()) {
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc368 if (access_feedback.IsInsufficient()) { in VisitLdaGlobal()

Completed in 30 milliseconds