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

/dalvik/tests/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();
H A DMain.java59 Throw.run();
/dalvik/vm/
H A DJni.cpp1329 static jint Throw(JNIEnv* env, jthrowable jobj) { function
3000 Throw,
H A DCheckJni.cpp1380 return CHECK_JNI_EXIT("I", baseEnv(env)->Throw(env, obj));

Completed in 91 milliseconds