Searched defs:InvokeInterface (Results 1 - 2 of 2) sorted by relevance

/art/test/105-invoke/src/
H A DMain.java17 class Main implements InvokeInterface {
102 interface InvokeInterface { interface
/art/test/423-invoke-interface/src/
H A DMain.java88 $opt$InvokeInterface(new ItfImpl1(), 1);
89 $opt$InvokeInterface(new ItfImpl2(), -1);
98 public static void $opt$InvokeInterface(Itf object, int factor) {

Completed in 499 milliseconds