Home
last modified time | relevance | path

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

/art/test/1988-multi-structural-redefine/src/art/
DTest1988.java22 static class Transform1 { class in Test1988
116 Transform1.sayHi(); in doTest()
119 "Redefining both " + Transform1.class + " and " + Transform2.class + " to use each other."); in doTest()
121 new Redefinition.DexOnlyClassDefinition(Transform1.class, T1_BYTES), in doTest()
123 Transform1.sayHi(); in doTest()
/art/test/1988-multi-structural-redefine/
Dexpected.txt3 Redefining both class art.Test1988$Transform1 and class art.Test1988$Transform2 to use each other.
4 Transform1 says hi and Transform2 says bye!
5 Transform2 says hi and Transform1 says bye!