Home
last modified time | relevance | path

Searched refs:CreateArrayIteratorParameters (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc430 bool operator==(CreateArrayIteratorParameters const& lhs, in operator ==()
431 CreateArrayIteratorParameters const& rhs) { in operator ==()
435 bool operator!=(CreateArrayIteratorParameters const& lhs, in operator !=()
436 CreateArrayIteratorParameters const& rhs) { in operator !=()
440 size_t hash_value(CreateArrayIteratorParameters const& p) { in hash_value()
445 CreateArrayIteratorParameters const& p) { in operator <<()
449 const CreateArrayIteratorParameters& CreateArrayIteratorParametersOf( in CreateArrayIteratorParametersOf()
452 return OpParameter<CreateArrayIteratorParameters>(op); in CreateArrayIteratorParametersOf()
1272 CreateArrayIteratorParameters parameters(kind); in CreateArrayIterator()
1273 return zone()->New<Operator1<CreateArrayIteratorParameters>>( // -- in CreateArrayIterator()
Djs-operator.h593 class CreateArrayIteratorParameters final {
595 explicit CreateArrayIteratorParameters(IterationKind kind) : kind_(kind) {} in CreateArrayIteratorParameters() function
603 bool operator==(CreateArrayIteratorParameters const&,
604 CreateArrayIteratorParameters const&);
605 bool operator!=(CreateArrayIteratorParameters const&,
606 CreateArrayIteratorParameters const&);
608 size_t hash_value(CreateArrayIteratorParameters const&);
610 std::ostream& operator<<(std::ostream&, CreateArrayIteratorParameters const&);
612 const CreateArrayIteratorParameters& CreateArrayIteratorParametersOf(
Djs-create-lowering.cc745 CreateArrayIteratorParameters const& p = in ReduceJSCreateArrayIterator()