HomeSort by relevance Sort by last modified time
    Searched defs:InvokeInterface (Results 1 - 3 of 3) sorted by null

  /art/test/105-invoke/src/
Main.java 17 class Main implements InvokeInterface {
102 interface InvokeInterface {
  /art/test/423-invoke-interface/src/
Main.java 88 $opt$InvokeInterface(new ItfImpl1(), 1);
89 $opt$InvokeInterface(new ItfImpl2(), -1);
98 public static void $opt$InvokeInterface(Itf object, int factor) {
  /libcore/benchmarks/src/benchmarks/
InvokeInterface.java 19 public class InvokeInterface {

Completed in 324 milliseconds