Home
last modified time | relevance | path

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

/art/test/107-int-math2/src/
DMain.java832 static void throwArrayStoreException(Object[] array, Object element) { in throwArrayStoreException() method in Main
840 throwArrayStoreException(array, null); in testArrayStoreException()
846 throwArrayStoreException(array, Integer.valueOf(1)); in testArrayStoreException()
852 throwArrayStoreException(array, "hello MTV-44"); in testArrayStoreException()