Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dverifier.cc235 int count_case = 0, count_default = 0; in Check() local
245 ++count_case; in Check()
260 CHECK_EQ(node->op()->ControlOutputCount(), count_case + count_default); in Check()