Searched refs:expr_depth (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/tools/jfuzz/ |
H A D | jfuzz.cc | 94 uint32_t expr_depth, in JFuzz() argument 102 fuzz_expr_depth_(expr_depth), in JFuzz() 1309 uint32_t expr_depth = 1; in main() local 1326 expr_depth = strtoul(optarg, nullptr, 0); in main() 1358 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest, try_nest); in main()
|