Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc1671 const char* expected_exceptions[] = { in DCheckResolveException() local
1682 for (size_t i = 0; (found == false) && (i < arraysize(expected_exceptions)); ++i) { in DCheckResolveException()
1683 if (strcmp(descriptor, expected_exceptions[i]) == 0) { in DCheckResolveException()