Home
last modified time | relevance | path

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

/aosp12/art/test/068-classloader/src/
H A DMain.java110 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 Dcontext.go2419 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