Searched defs:AppendInput (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dnode.cc137 void Node::AppendInput(Zone* zone, Node* new_to) { function in class:v8::internal::compiler::Node
188 AppendInput(zone, InputAt(InputCount() - 1));
202 AppendInput(zone, InputAt(Max(InputCount() - count, 0)));

Completed in 159 milliseconds