Searched refs:Throw (Results 1 – 17 of 17) sorted by relevance
/art/test/003-omnibus-opcodes/ |
D | expected-stdout.txt | 58 Throw.one 59 Throw.twoA 60 Throw.twoN 61 Throw.rethrow
|
/art/test/003-omnibus-opcodes/src/ |
D | Throw.java | 20 public class Throw { class 117 Throw th = new Throw(); in run()
|
D | Main.java | 50 Throw.run(); in run()
|
/art/test/427-bounds/src/ |
D | Main.java | 21 $opt$Throw(new int[1]); in main() 43 static void $opt$Throw(int[] array) { in $opt$Throw()
|
/art/test/2264-throwing-systemcleaner/ |
D | info.txt | 1 Throw an uncaught unchecked exception from a SystemCleaner Runnable. Check that
|
/art/test/ti-agent/ |
D | exceptions_helper.cc | 73 jnienv->Throw(e); in exceptionCB() 104 jnienv->Throw(e); in exceptionCatchCB()
|
D | trace_helper.cc | 36 env->Throw(exc.get()); in IsInCallback() 51 env->Throw(exc.get()); in SetInCallback() 687 env->Throw(err.get()); in Java_art_Trace_disableTracing()
|
/art/test/847-filled-new-aray/smali/ |
D | Main.smali | 29 # Throw a NPE to signal we don't expect to enter here.
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 196 env->Throw(exc.get()); in FindClass()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 416 TEST_F(VerifierDepsTest, Throw) { in TEST_F() argument
|
/art/openjdkjvmti/ |
D | events-inl.h | 77 env_->Throw(throw_.get()); in ~ScopedEventDispatchEnvironment()
|
/art/test/VerifierDeps/ |
D | Main.smali | 170 .method public static Throw(Ljava/lang/IllegalStateException;)V
|
/art/runtime/jni/ |
D | jni_internal_test.cc | 2329 TEST_F(JniInternalTest, Throw) { in TEST_F() argument 2335 EXPECT_EQ(JNI_OK, env_->Throw(exception)); in TEST_F() 2343 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F() 2346 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
|
D | check_jni.cc | 2007 static jint Throw(JNIEnv* env, jthrowable obj) { in Throw() function in art::__anon846bc2ca0111::CheckJNI 2014 result.i = baseEnv(env)->Throw(env, obj); in Throw() 3838 CheckJNI::Throw,
|
D | jni_internal.cc | 767 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI 3082 JNIImpl::Throw,
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 926 # Test that a TryBoundary is inserted between a Throw instruction and the exit 938 ## CHECK: Throw
|
/art/compiler/optimizing/ |
D | nodes.h | 1608 M(Throw, Instruction) \ 7700 DECLARE_INSTRUCTION(Throw); 7703 DEFAULT_COPY_CONSTRUCTOR(Throw);
|