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