Home
last modified time | relevance | path

Searched refs:IfValueParameters (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h389 class IfValueParameters final {
391 IfValueParameters(int32_t value, int32_t comparison_order, in IfValueParameters() function in v8::internal::compiler::final
405 V8_EXPORT_PRIVATE bool operator==(IfValueParameters const&,
406 IfValueParameters const&);
408 size_t hash_value(IfValueParameters const&);
411 IfValueParameters const&);
413 V8_EXPORT_PRIVATE IfValueParameters const& IfValueParametersOf(
H A Dcommon-operator.cc388 V8_EXPORT_PRIVATE bool operator==(IfValueParameters const& l, in operator ==()
389 IfValueParameters const& r) { in operator ==()
394 size_t hash_value(IfValueParameters const& p) { in hash_value()
399 IfValueParameters const& p) { in operator <<()
405 IfValueParameters const& IfValueParametersOf(const Operator* op) { in IfValueParametersOf()
407 return OpParameter<IfValueParameters>(op); in IfValueParametersOf()
1045 return zone()->New<Operator1<IfValueParameters>>( // -- in IfValue()
1049 IfValueParameters(index, comparison_order, hint)); // parameter in IfValue()
H A Dcommon-operator-reducer.cc452 const IfValueParameters& p = IfValueParametersOf(if_value->op()); in ReduceSwitch()
H A Draw-machine-assembler.cc457 IfValueParameters parameters = IfValueParametersOf(control_node->op()); in MarkControlDeferred()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1313 const IfValueParameters& p = IfValueParametersOf(branch->front()->op()); in VisitControl()

Completed in 13 milliseconds