Searched refs:GetTotalInputCount (Results 1 – 5 of 5) sorted by relevance
30 static int GetTotalInputCount(const Operator* op);
138 int OperatorProperties::GetTotalInputCount(const Operator* op) { in GetTotalInputCount() function in v8::internal::compiler::OperatorProperties
231 DCHECK_EQ(node->InputCount(), OperatorProperties::GetTotalInputCount(op)); in Change()
339 node->TrimInputCount(OperatorProperties::GetTotalInputCount(op)); in TrimMergeOrPhi()
2036 DCHECK_EQ(OperatorProperties::GetTotalInputCount(node->op()), in VerifyNode()