OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTotalInputCount
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/compiler/
operator-properties.h
26
static int
GetTotalInputCount
(const Operator* op);
operator-properties.cc
115
int OperatorProperties::
GetTotalInputCount
(const Operator* op) {
dead-code-elimination.cc
139
node->TrimInputCount(OperatorProperties::
GetTotalInputCount
(op));
simplified-operator-reducer.cc
213
DCHECK_EQ(node->InputCount(), OperatorProperties::
GetTotalInputCount
(op));
verifier.cc
[
all
...]
/external/v8/test/unittests/compiler/
common-operator-unittest.cc
86
OperatorProperties::
GetTotalInputCount
(op));
182
OperatorProperties::
GetTotalInputCount
(op)));
198
EXPECT_EQ(2 + input_count, OperatorProperties::
GetTotalInputCount
(op));
215
EXPECT_EQ(2, OperatorProperties::
GetTotalInputCount
(op));
233
EXPECT_EQ(2, OperatorProperties::
GetTotalInputCount
(op));
249
EXPECT_EQ(2, OperatorProperties::
GetTotalInputCount
(op));
266
EXPECT_EQ(1, OperatorProperties::
GetTotalInputCount
(op));
292
EXPECT_EQ(3, OperatorProperties::
GetTotalInputCount
(op));
306
EXPECT_EQ(0, OperatorProperties::
GetTotalInputCount
(op));
327
EXPECT_EQ(0, OperatorProperties::
GetTotalInputCount
(op))
[
all
...]
simplified-operator-unittest.cc
98
EXPECT_EQ(pop.value_input_count, OperatorProperties::
GetTotalInputCount
(op));
166
EXPECT_EQ(5, OperatorProperties::
GetTotalInputCount
(op));
187
EXPECT_EQ(6, OperatorProperties::
GetTotalInputCount
(op));
270
EXPECT_EQ(4, OperatorProperties::
GetTotalInputCount
(op));
291
EXPECT_EQ(5, OperatorProperties::
GetTotalInputCount
(op));
js-operator-unittest.cc
90
OperatorProperties::
GetTotalInputCount
(op));
machine-operator-unittest.cc
78
EXPECT_EQ(4, OperatorProperties::
GetTotalInputCount
(op));
139
EXPECT_EQ(5, OperatorProperties::
GetTotalInputCount
(op));
/external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc
162
CHECK_EQ(OperatorProperties::
GetTotalInputCount
(op_expect),
Completed in 261 milliseconds