Home
last modified time | relevance | path

Searched refs:GrowFastElementsParameters (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h460 class GrowFastElementsParameters { class in v8::internal::AbortReason
462 GrowFastElementsParameters(GrowFastElementsMode mode, in GrowFastElementsParameters() function in v8::internal::AbortReason::GrowFastElementsParameters
474 bool operator==(const GrowFastElementsParameters&,
475 const GrowFastElementsParameters&);
477 inline size_t hash_value(const GrowFastElementsParameters&);
479 std::ostream& operator<<(std::ostream&, const GrowFastElementsParameters&);
481 const GrowFastElementsParameters& GrowFastElementsParametersOf(const Operator*)
H A Dsimplified-operator.cc309 bool operator==(const GrowFastElementsParameters& lhs, in operator ==()
310 const GrowFastElementsParameters& rhs) { in operator ==()
314 inline size_t hash_value(const GrowFastElementsParameters& params) { in hash_value()
320 const GrowFastElementsParameters& params) { in operator <<()
324 const GrowFastElementsParameters& GrowFastElementsParametersOf( in GrowFastElementsParametersOf()
327 return OpParameter<GrowFastElementsParameters>(op); in GrowFastElementsParametersOf()
1112 : public Operator1<GrowFastElementsParameters> {
1116 GrowFastElementsParameters(kMode, FeedbackSource())) {} in GrowFastElementsOperator()
1582 return zone()->New<Operator1<GrowFastElementsParameters>>( // -- in MaybeGrowFastElements()
1587 GrowFastElementsParameters(mod in MaybeGrowFastElements()
[all...]
H A Dload-elimination.cc814 GrowFastElementsParameters params = GrowFastElementsParametersOf(node->op()); in ReduceMaybeGrowFastElements()
H A Deffect-control-linearizer.cc4765 GrowFastElementsParameters params = GrowFastElementsParametersOf(node->op()); in LowerMaybeGrowFastElements()

Completed in 20 milliseconds