Home
last modified time | relevance | path

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

/art/test/044-proxy/
Dexpected.txt67 Invoke public abstract void InterfaceW1.throwFunky()
70 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
73 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…
76 Invoke public abstract void InterfaceW1.throwException() throws BaseException
79 Invoke public abstract void InterfaceW1.throwBase() throws BaseException
82 Invoke public abstract void InterfaceW1.throwSub() throws BaseException
85 Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException
88 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 {