Home
last modified time | relevance | path

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

/art/test/563-checker-invoke-super/src/
DMain.java18 public default void $noinline$aMethod() { throw new RuntimeException("Should not be called"); } in $noinline$aMethod()
25 IFace.super.$noinline$aMethod(); in testSuperInvoke()
33 super.$noinline$aMethod(); in testSuperInvoke2()
/art/test/046-reflect/src/
DMain.java864 public void aMethod(Set<String> names) {} in aMethod() method in ParametrizedTypeTest
869 public void aMethod(T[] names) {} in aMethod() method in GenericArrayTypeTest