Searched refs:runMutator (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/test/068-classloader/src/ |
H A D | Main.java | 110 runMutator(mutator1, 1); in testSeparation() 121 runMutator(mutator2, 2); in testSeparation() 136 private static void runMutator(Class<?> c, int v) throws Exception { in runMutator() method in Main
|
/aosp12/build/blueprint/ |
H A D | context.go | 2419 newDeps, errs = c.runMutator(config, mutator, topDownMutator) 2421 newDeps, errs = c.runMutator(config, mutator, bottomUpMutator) 2487 func (c *Context) runMutator(config interface{}, mutator *mutatorInfo, func
|