Home
last modified time | relevance | path

Searched refs:GetTotalInputCount (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator-unittest.cc87 OperatorProperties::GetTotalInputCount(op)); in TEST_P()
149 EXPECT_EQ(0, OperatorProperties::GetTotalInputCount(op)); in TEST_F()
161 EXPECT_EQ(arguments, OperatorProperties::GetTotalInputCount(op)); in TEST_F()
174 EXPECT_EQ(arguments + 1, OperatorProperties::GetTotalInputCount(op)); in TEST_F()
Dsimplified-operator-unittest.cc97 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
188 EXPECT_EQ(4, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
208 EXPECT_EQ(6, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
Doperator-properties.h27 static inline int GetTotalInputCount(const Operator* op);
Dmachine-operator-unittest.cc77 EXPECT_EQ(3, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
135 EXPECT_EQ(5, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
243 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
Doperator-properties-inl.h131 inline int OperatorProperties::GetTotalInputCount(const Operator* op) { in GetTotalInputCount() function