Searched defs:Throw (Results 1 - 4 of 4) sorted by relevance

/art/test/427-bounds/src/
H A DMain.java21 $opt$Throw(new int[1]);
43 static void $opt$Throw(int[] array) {
/art/test/003-omnibus-opcodes/src/
H A DThrow.java20 public class Throw { class
30 System.out.println("Throw.one");
43 System.out.println("Throw.twoA");
65 System.out.println("Throw.twoN");
87 System.out.println("Throw.rethrow");
117 Throw th = new Throw();
/art/runtime/
H A Dcheck_jni.cc1801 static jint Throw(JNIEnv* env, jthrowable obj) { function in class:art::CheckJNI
1807 result.i = baseEnv(env)->Throw(env, obj);
3586 CheckJNI::Throw,
H A Djni_internal.cc431 static jint Throw(JNIEnv* env, jthrowable java_exception) { function in class:art::JNI
2509 JNI::Throw,

Completed in 99 milliseconds