Home
last modified time | relevance | path

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

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