Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc112 expr_depth_(0), in JFuzz()
579 if (random1(expr_depth_ + 1) > fuzz_expr_depth_) { in emitExpression()
588 expr_depth_++; in emitExpression()
647 --expr_depth_; in emitExpression()
1285 uint32_t expr_depth_; member in __anon58250dea0111::JFuzz