Searched refs:ClearInputs (Results 1 – 2 of 2) sorted by relevance
208 void Node::ClearInputs(int start, int count) { in ClearInputs() function in v8::internal::compiler::Node223 void Node::NullAllInputs() { ClearInputs(0, InputCount()); } in NullAllInputs()230 ClearInputs(new_input_count, current_count - new_input_count); in TrimInputCount()
302 void ClearInputs(int start, int count);