Home
last modified time | relevance | path

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

/art/test/566-polymorphic-inlining/src/
DMain.java18 public Class<?> sameInvokeInterface(); in sameInvokeInterface() method
89 public Class<?> sameInvokeInterface() { in sameInvokeInterface() method in Main
105 return i.sameInvokeInterface(); in testInvokeInterface()
111 i.sameInvokeInterface(); in testInvokeInterface2()
146 public Class<?> sameInvokeInterface() { in sameInvokeInterface() method in OtherSubclass