Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dverifier.cc114 int effect_count = node->op()->EffectInputCount(); in Check() local
119 effect_count + control_count; in Check()
150 for (int i = 0; i < effect_count; ++i) { in Check()
291 CHECK_EQ(1, effect_count); in Check()
306 CHECK_EQ(1, effect_count); in Check()
380 CHECK_EQ(0, effect_count); in Check()
387 CHECK_EQ(0, effect_count); in Check()
406 CHECK_EQ(effect_count, control->op()->ControlInputCount()); in Check()
407 CHECK_EQ(input_count, 1 + effect_count); in Check()
413 CHECK_LT(1, effect_count); in Check()
[all …]