Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc1562 const char* expected_exceptions[] = { in DCheckResolveException() local
1573 for (size_t i = 0; (found == false) && (i < arraysize(expected_exceptions)); ++i) { in DCheckResolveException()
1574 if (strcmp(descriptor, expected_exceptions[i]) == 0) { in DCheckResolveException()