Searched refs:Throw (Results 1 – 12 of 12) sorted by relevance
/art/test/003-omnibus-opcodes/ |
D | expected.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/runtime/ |
D | jni_internal_test.cc | 2036 TEST_F(JniInternalTest, Throw) { in TEST_F() argument 2042 EXPECT_EQ(JNI_OK, env_->Throw(exception)); in TEST_F() 2050 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F() 2053 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
|
D | reflection.cc | 664 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethod()
|
D | check_jni.cc | 1801 static jint Throw(JNIEnv* env, jthrowable obj) { in Throw() function in art::CheckJNI 1807 result.i = baseEnv(env)->Throw(env, obj); in Throw() 3586 CheckJNI::Throw,
|
D | jni_internal.cc | 431 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI 2509 JNI::Throw,
|
D | class_linker.cc | 221 env->Throw(cause.get()); in WrapExceptionInInitializer()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 88 env->Throw(cnfe); in Class_classForName()
|
/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 | 1263 M(Throw, Instruction) \ 5931 DECLARE_INSTRUCTION(Throw);
|