Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc54 static const char* kExceptionTypes[] = { variable
910 uint32_t count = random1(countof(kExceptionTypes)); in emitCatch()
913 fprintf(out_, " catch (%s ex%u_%u) {\n", kExceptionTypes[i], try_nest_, i); in emitCatch()