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/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/952-invoke-custom-kinds/classes/invokecustom/
DInterface.classInvokeCustom.java package invokecustom abstract invokecustom.Interface extends java.lang.Object { public abstract void ...
DInvokeCustom$Interface.classInvokeCustom.java package invokecustom public abstract invokecustom.InvokeCustom$Interface extends java.lang.Object { ...
DInterfaceImplementor.classInvokeCustom.java package invokecustom invokecustom.InterfaceImplementor extends java.lang.Object implements invokecustom.Interface { ...
DInvokeCustom$InterfaceImplementor.classInvokeCustom.java package invokecustom public invokecustom.InvokeCustom$InterfaceImplementor extends java.lang.Object implements invokecustom ...
/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/test/122-npe/src/
DMain.java509 Interface i = null; in methodTwo()
587 interface Interface { interface in Main