Home
last modified time | relevance | path

Searched refs:if_value (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcommon-operator-reducer.cc450 Node* if_value = projections[i]; in ReduceSwitch() local
451 DCHECK_EQ(IrOpcode::kIfValue, if_value->opcode()); in ReduceSwitch()
452 const IfValueParameters& p = IfValueParametersOf(if_value->op()); in ReduceSwitch()
455 Replace(if_value, control); in ReduceSwitch()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc758 if_symbol(this, Label::kDeferred), if_value(this), in TF_BUILTIN() local
788 {JS_PRIMITIVE_WRAPPER_TYPE, &if_value}}; in TF_BUILTIN()
964 BIND(&if_value); in TF_BUILTIN()