Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.cc451 Node* effect_output = graph()->NewNode(common()->EffectPhi(handler_count), in InlineCall() local
453 ReplaceWithValue(handler, value_output, effect_output, control_output); in InlineCall()
473 Node* effect_output = in InlineCall() local
503 ReplaceWithValue(call, mcgraph()->Dead(), effect_output, control_output); in InlineCall()
506 ReplaceWithValue(call, values[0], effect_output, control_output); in InlineCall()
519 ReplaceWithValue(call, mcgraph()->Dead(), effect_output, control_output); in InlineCall()
Djs-inlining.cc193 Node* effect_output = in InlineCall() local
196 ReplaceWithValue(exception_target, value_output, effect_output, in InlineCall()
238 Node* effect_output = in InlineCall() local
241 ReplaceWithValue(call, value_output, effect_output, control_output); in InlineCall()