HomeSort by relevance Sort by last modified time
    Searched refs:ClearInputs (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
node.cc 224 void Node::ClearInputs(int start, int count) {
239 void Node::NullAllInputs() { ClearInputs(0, InputCount()); }
246 ClearInputs(new_input_count, current_count - new_input_count);
node.h 304 void ClearInputs(int start, int count);

Completed in 229 milliseconds