HomeSort by relevance Sort by last modified time
    Searched refs:effect_input_count (Results 1 - 4 of 4) sorted by null

  /external/v8/test/unittests/compiler/
js-operator-unittest.cc 52 int effect_input_count; member in struct:v8::internal::compiler::__anon25331::SharedOperator
62 effect_input_count, control_input_count, value_output_count, \
66 value_input_count, frame_state_input_count, effect_input_count, \
119 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount());
122 sop.frame_state_input_count + sop.effect_input_count +
166 int effect_input_count; member in struct:v8::internal::compiler::__anon25332::SharedOperatorWithLanguageMode
176 effect_input_count, control_input_count, value_output_count, \
180 value_input_count, frame_state_input_count, effect_input_count, \
224 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount());
227 sop.frame_state_input_count + sop.effect_input_count
    [all...]
common-operator-unittest.cc 29 int effect_input_count; member in struct:v8::internal::compiler::__anon25317::SharedOperator
43 #define SHARED(Name, properties, value_input_count, effect_input_count, \
48 value_input_count, effect_input_count, control_input_count, \
82 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount());
85 sop.value_input_count + sop.effect_input_count + sop.control_input_count,
  /external/v8/src/compiler/
common-operator.cc 247 #define CACHED(Name, properties, value_input_count, effect_input_count, \
253 effect_input_count, control_input_count, \
431 #define CACHED(Name, properties, value_input_count, effect_input_count, \
701 const Operator* CommonOperatorBuilder::EffectPhi(int effect_input_count) {
702 DCHECK(effect_input_count > 0); // Disallow empty effect phis.
703 switch (effect_input_count) {
716 0, effect_input_count, 1, 0, 1, 0); // counts
common-operator.h 163 const Operator* EffectPhi(int effect_input_count);

Completed in 77 milliseconds