Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 18 of 18) sorted by relevance

/art/test/003-omnibus-opcodes/
Dexpected-stdout.txt58 Throw.one
59 Throw.twoA
60 Throw.twoN
61 Throw.rethrow
/art/test/003-omnibus-opcodes/src/
DThrow.java20 public class Throw { class
117 Throw th = new Throw(); in run()
DMain.java50 Throw.run(); in run()
/art/test/427-bounds/src/
DMain.java21 $opt$Throw(new int[1]); in main()
43 static void $opt$Throw(int[] array) { in $opt$Throw()
/art/test/ti-agent/
Dexceptions_helper.cc73 jnienv->Throw(e); in exceptionCB()
104 jnienv->Throw(e); in exceptionCatchCB()
Dtrace_helper.cc36 env->Throw(exc.get()); in IsInCallback()
51 env->Throw(exc.get()); in SetInCallback()
678 env->Throw(err.get()); in Java_art_Trace_disableTracing()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc198 env->Throw(exc.get()); in FindClass()
/art/dex2oat/
Dverifier_deps_test.cc426 TEST_F(VerifierDepsTest, Throw) { in TEST_F() argument
/art/runtime/jni/
Djni_internal_test.cc2315 TEST_F(JniInternalTest, Throw) { in TEST_F() argument
2321 EXPECT_EQ(JNI_OK, env_->Throw(exception)); in TEST_F()
2329 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
2332 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
Dcheck_jni.cc1999 static jint Throw(JNIEnv* env, jthrowable obj) { in Throw() function in art::__anonaa3778310111::CheckJNI
2006 result.i = baseEnv(env)->Throw(env, obj); in Throw()
3834 CheckJNI::Throw,
Djni_internal.cc687 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI
2938 JNIImpl::Throw,
/art/openjdkjvmti/
Devents-inl.h77 env_->Throw(throw_.get()); in ~ScopedEventDispatchEnvironment()
/art/test/VerifierDeps/
DMain.smali170 .method public static Throw(Ljava/lang/IllegalStateException;)V
/art/test/510-checker-try-catch/smali/
DBuilder.smali926 # Test that a TryBoundary is inserted between a Throw instruction and the exit
938 ## CHECK: Throw
/art/runtime/
Dreflection.cc515 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethodImpl()
Dclass_linker.cc604 env->Throw(cause.get()); in WrapExceptionInInitializer()
/art/runtime/native/
Djava_lang_Class.cc213 env->Throw(cnfe); in Class_classForName()
/art/compiler/optimizing/
Dnodes.h1565 M(Throw, Instruction) \
7591 DECLARE_INSTRUCTION(Throw);
7594 DEFAULT_COPY_CONSTRUCTOR(Throw);