HomeSort by relevance Sort by last modified time
    Searched full:loop_nest_ (Results 1 - 1 of 1) sorted by null

  /art/tools/jfuzz/
jfuzz.cc 97 loop_nest_(0),
464 if (loop_nest_ > 0 && random1(2) == 1) {
465 fprintf(out_, "i%u", random0(loop_nest_));
640 if (mustEmit || ((if_nest_ + loop_nest_) > 0 && do_nest_ == 0 && random1(10) == 1)) {
653 if (loop_nest_ > 0 && random1(10) == 1) {
665 if (loop_nest_ > 0 && switch_nest_ == 0 && random1(10) == 1) {
771 if (random1(loop_nest_ + 1) > fuzz_loop_nest_) {
776 fprintf(out_, "for (int i%u = ", loop_nest_);
778 fprintf(out_, "0; i%u < ", loop_nest_);
780 fprintf(out_, "; i%u++) {\n", loop_nest_);
1189 uint32_t loop_nest_; member in class:__anon182::JFuzz
    [all...]

Completed in 767 milliseconds