HomeSort by relevance Sort by last modified time
    Searched defs:value_input_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/compiler/
simplified-operator-unittest.cc 32 int value_input_count; member in struct:v8::internal::compiler::__anon21897::PureOperator
94 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetValueInputCount(op));
97 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op));
common-operator-unittest.cc 27 int value_input_count; member in struct:v8::internal::compiler::__anon21882::SharedOperator
41 #define SHARED(Name, properties, value_input_count, effect_input_count, \
45 value_input_count, effect_input_count, control_input_count, \
80 EXPECT_EQ(sop.value_input_count, OperatorProperties::GetValueInputCount(op));
86 sop.value_input_count + sop.effect_input_count + sop.control_input_count,
machine-operator-unittest.cc 174 int value_input_count; member in struct:v8::internal::compiler::__anon21894::PureOperator
240 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetValueInputCount(op));
243 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op));

Completed in 182 milliseconds