Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc116 switch_nest_(0), in JFuzz()
690 if (loop_nest_ > 0 && switch_nest_ == 0 && random1(10) == 1) { in emitBreak()
979 ++switch_nest_; // now in switch in emitSwitch()
1002 --switch_nest_; // no longer in switch in emitSwitch()
1289 uint32_t switch_nest_; member in __anon58250dea0111::JFuzz