Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/566-polymorphic-inlining/src/
H A DMain.java18 public Class<?> sameInvokeInterface(); in sameInvokeInterface() method
95 public Class<?> sameInvokeInterface() { in sameInvokeInterface() method in Main
111 return i.sameInvokeInterface(); in $noinline$testInvokeInterface()
117 i.sameInvokeInterface(); in $noinline$testInvokeInterface2()
156 public Class<?> sameInvokeInterface() { in sameInvokeInterface() method in OtherSubclass