Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 8 of 8) sorted by relevance

/art/test/609-checker-inline-interface/src/
DMain.java17 public final class Main implements Interface {
19 static void methodWithInvokeInterface(Interface interf) { in methodWithInvokeInterface()
72 static Interface itf = new Main();
76 interface Interface { interface
/art/test/676-proxy-jit-at-first-use/src/
DMain.java23 Interface i = (Interface) Proxy.newProxyInstance(Main.class.getClassLoader(), in main()
24 new Class<?>[] { Interface.class }, in main()
30 interface Interface { interface
/art/test/430-live-register-slow-path/src/
DMain.java30 doCall(o instanceof Interface[], o); in $opt$TestSlowPath()
38 static interface Interface {} interface in Main
/art/test/HiddenApiSignatures/
DInterface.java19 public interface Interface { interface
/art/test/676-proxy-jit-at-first-use/
Dexpected.txt1 Method: public abstract void Interface.foo()
/art/test/450-checker-types/src/
DMain.java24 interface Interface extends SuperInterface { interface
28 class Super implements Interface {
647 private SuperInterface getWiderType(boolean cond, Interface a, OtherInterface b) { in getWiderType()
660 private void testInlinerWidensReturnType(boolean cond, Interface a, OtherInterface b) { in testInlinerWidensReturnType()
/art/dt_fd_forward/
DREADME.md4 Protocol Transport Interface
/art/test/122-npe/src/
DMain.java509 Interface i = null; in methodTwo()
587 interface Interface { interface in Main