Home
last modified time | relevance | path

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

/art/test/626-const-class-linking/
Dexpected-stdout.txt21 throwables: 0
33 throwables: 0
47 throwables: 0
59 throwables: 0
/art/test/626-const-class-linking/src/
DMain.java262 int throwables = 0; in dumpResultStats() local
268 ++throwables; in dumpResultStats()
285 System.out.println(" throwables: " + throwables); in dumpResultStats()