Home
last modified time | relevance | path

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

/art/test/044-proxy/
Dexpected.txt63 Invoke public abstract void InterfaceW1.throwFunky()
66 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
69 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
72 Invoke public abstract void InterfaceW1.throwException() throws BaseException
75 Invoke public abstract void InterfaceW1.throwBase() throws BaseException
78 Invoke public abstract void InterfaceW1.throwSub() throws BaseException
81 Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException
84 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…
/art/test/044-proxy/src/
DWrappedThrow.java35 new Class<?>[] { InterfaceW1.class, InterfaceW2.class }, in main()
42 InterfaceW1 if1 = (InterfaceW1) proxy; in main()
129 interface InterfaceW1 { interface
158 class WTMix implements InterfaceW1, InterfaceW2 {