Home
last modified time | relevance | path

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

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