Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h482 class CreateArrayIteratorParameters final {
484 explicit CreateArrayIteratorParameters(IterationKind kind) : kind_(kind) {} in CreateArrayIteratorParameters() function
492 bool operator==(CreateArrayIteratorParameters const&,
493 CreateArrayIteratorParameters const&);
494 bool operator!=(CreateArrayIteratorParameters const&,
495 CreateArrayIteratorParameters const&);
497 size_t hash_value(CreateArrayIteratorParameters const&);
499 std::ostream& operator<<(std::ostream&, CreateArrayIteratorParameters const&);
501 const CreateArrayIteratorParameters& CreateArrayIteratorParametersOf(
Djs-operator.cc393 bool operator==(CreateArrayIteratorParameters const& lhs, in operator ==()
394 CreateArrayIteratorParameters const& rhs) { in operator ==()
398 bool operator!=(CreateArrayIteratorParameters const& lhs, in operator !=()
399 CreateArrayIteratorParameters const& rhs) { in operator !=()
403 size_t hash_value(CreateArrayIteratorParameters const& p) { in hash_value()
408 CreateArrayIteratorParameters const& p) { in operator <<()
412 const CreateArrayIteratorParameters& CreateArrayIteratorParametersOf( in CreateArrayIteratorParametersOf()
415 return OpParameter<CreateArrayIteratorParameters>(op); in CreateArrayIteratorParametersOf()
1129 CreateArrayIteratorParameters parameters(kind); in CreateArrayIterator()
1130 return new (zone()) Operator1<CreateArrayIteratorParameters>( // -- in CreateArrayIterator()
Djs-create-lowering.cc831 CreateArrayIteratorParameters const& p = in ReduceJSCreateArrayIterator()