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

/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.cc1176 static jint Throw(JNIEnv* env, jthrowable obj) { function in class:art::CheckJNI
1179 return CHECK_JNI_EXIT("I", baseEnv(env)->Throw(env, obj));
1806 CheckJNI::Throw,
H A Djni_internal.cc744 static jint Throw(JNIEnv* env, jthrowable java_exception) { function in class:art::JNI
2613 JNI::Throw,

Completed in 91 milliseconds