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