Home
last modified time | relevance | path

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

/aosp12/art/test/003-omnibus-opcodes/src/
H A DThrow.java21 public void throwNullPointerException() { in throwNullPointerException() method in Throw
32 throwNullPointerException(); in one()
72 throwNullPointerException(); in twoN()
94 throwNullPointerException(); in rethrow()
/aosp12/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp49 static void throwNullPointerException(JNIEnv* env, in throwNullPointerException() function
108 throwNullPointerException), in JNI_OnLoad()
/aosp12/art/test/008-exceptions/src/
H A DMain.java91 throwNullPointerException(); in catchAndRethrow()
100 private static void throwNullPointerException() { in throwNullPointerException() method in Main
/aosp12/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
H A DJniHelpTest.java41 private static native void throwNullPointerException(String message); in throwNullPointerException() method in JniHelpTest
76 throwNullPointerException(message); in testThrowNullPointerException()
/aosp12/art/test/008-exceptions/
H A Dexpected-stdout.txt7 at Main.throwNullPointerException(Main.java:101)
/aosp12/art/test/107-int-math2/src/
H A DMain.java120 static void throwNullPointerException() { in throwNullPointerException() method in Main
132 throwNullPointerException(); in catchBlock()
739 throwNullPointerException(); in throwAndCatch()