Home
last modified time | relevance | path

Searched refs:InvokeInterface (Results 1 – 3 of 3) sorted by relevance

/art/test/423-invoke-interface/src/
DMain.java88 $opt$InvokeInterface(new ItfImpl1(), 1); in main()
89 $opt$InvokeInterface(new ItfImpl2(), -1); in main()
98 public static void $opt$InvokeInterface(Itf object, int factor) { in $opt$InvokeInterface()
/art/test/105-invoke/src/
DMain.java17 class Main implements InvokeInterface {
102 interface InvokeInterface { interface
/art/compiler/optimizing/
Dnodes.h1518 M(InvokeInterface, Invoke) \
5176 DECLARE_INSTRUCTION(InvokeInterface);
5179 DEFAULT_COPY_CONSTRUCTOR(InvokeInterface);