Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.cc423 bool operator==(CreateArrayIteratorParameters const& lhs, in operator ==()
424 CreateArrayIteratorParameters const& rhs) { in operator ==()
428 bool operator!=(CreateArrayIteratorParameters const& lhs, in operator !=()
429 CreateArrayIteratorParameters const& rhs) { in operator !=()
433 size_t hash_value(CreateArrayIteratorParameters const& p) { in hash_value()
438 CreateArrayIteratorParameters const& p) { in operator <<()
442 const CreateArrayIteratorParameters& CreateArrayIteratorParametersOf( in CreateArrayIteratorParametersOf()
445 return OpParameter<CreateArrayIteratorParameters>(op); in CreateArrayIteratorParametersOf()
1189 CreateArrayIteratorParameters parameters(kind); in CreateArrayIterator()
1190 return zone()->New<Operator1<CreateArrayIteratorParameters>>( // -- in CreateArrayIterator()
Djs-operator.h575 class CreateArrayIteratorParameters final {
577 explicit CreateArrayIteratorParameters(IterationKind kind) : kind_(kind) {} in CreateArrayIteratorParameters() function
585 bool operator==(CreateArrayIteratorParameters const&,
586 CreateArrayIteratorParameters const&);
587 bool operator!=(CreateArrayIteratorParameters const&,
588 CreateArrayIteratorParameters const&);
590 size_t hash_value(CreateArrayIteratorParameters const&);
592 std::ostream& operator<<(std::ostream&, CreateArrayIteratorParameters const&);
594 const CreateArrayIteratorParameters& CreateArrayIteratorParametersOf(
Djs-create-lowering.cc759 CreateArrayIteratorParameters const& p = in ReduceJSCreateArrayIterator()