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

/art/test/529-checker-unresolved/src/
H A DMain.java31 /// CHECK-START: void Main.callInvokeUnresolvedInterface(UnresolvedInterface) register (before)
33 static public void callInvokeUnresolvedInterface(UnresolvedInterface c) { method in class:Main
135 callInvokeUnresolvedInterface(c);

Completed in 92 milliseconds