Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dverifier.cc68 int effect_count = OperatorProperties::GetEffectInputCount(node->op()); in Pre() local
73 effect_count + control_count; in Pre()
104 for (int i = 0; i < effect_count; ++i) { in Pre()
204 CHECK_EQ(effect_count, in Pre()