Home
last modified time | relevance | path

Searched refs:IfValueParameters (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h407 class IfValueParameters final {
409 IfValueParameters(int32_t value, int32_t comparison_order) in IfValueParameters() function
420 V8_EXPORT_PRIVATE bool operator==(IfValueParameters const&,
421 IfValueParameters const&);
423 size_t hash_value(IfValueParameters const&);
426 IfValueParameters const&);
428 V8_EXPORT_PRIVATE IfValueParameters const& IfValueParametersOf(
Dcommon-operator.cc414 V8_EXPORT_PRIVATE bool operator==(IfValueParameters const& l, in operator ==()
415 IfValueParameters const& r) { in operator ==()
419 size_t hash_value(IfValueParameters const& p) { in hash_value()
424 IfValueParameters const& p) { in operator <<()
429 IfValueParameters const& IfValueParametersOf(const Operator* op) { in IfValueParametersOf()
431 return OpParameter<IfValueParameters>(op); in IfValueParametersOf()
1040 return new (zone()) Operator1<IfValueParameters>( // -- in IfValue()
1044 IfValueParameters(index, comparison_order)); // parameter in IfValue()
Dcommon-operator-reducer.cc447 const IfValueParameters& p = IfValueParametersOf(if_value->op()); in ReduceSwitch()
Dinstruction-selector.cc1190 const IfValueParameters& p = IfValueParametersOf(branch->front()->op()); in VisitControl()