Home
last modified time | relevance | path

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

/art/test/068-classloader/src/
DMain.java111 runMutator(mutator1, 1); in testSeparation()
122 runMutator(mutator2, 2); in testSeparation()
137 private static void runMutator(Class c, int v) throws Exception { in runMutator() method in Main