Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc193 fputs(ops[random0(N)], out_); in emitOneOf()
490 fprintf(out_, "i%u", random0(loop_nest_)); in emitArrayIndex()
494 fprintf(out_, "%u", random0(array_size_)); // random in range in emitArrayIndex()
535 uint32_t local = random0(locals); in emitLocalVariable()
945 switch (random0(3)) { in emitTryCatchFinally()
985 fprintf(out_, "case %u: {\n", random0(array_size_)); in emitSwitch()
1256 uint32_t random0(uint32_t max) { in random0() function in __anon58250dea0111::JFuzz