Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc221 Node* control_output = jsgraph_->graph()->NewNode( in InlineCall() local
223 values.push_back(control_output); in InlineCall()
224 effects.push_back(control_output); in InlineCall()
231 ReplaceWithValue(call, value_output, effect_output, control_output); in InlineCall()