Home
last modified time | relevance | path

Searched refs:thrown (Results 1 – 23 of 23) sorted by relevance

/art/test/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.
/art/test/061-out-of-memory/
Dinfo.txt1 Tests the various ways that an OutOfMemoryError can be constructed and thrown.
/art/test/080-oom-throw-with-finalizer/
Dinfo.txt1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
/art/test/946-obsolete-throw/
Dinfo.txt3 Tests that we correctly handle exceptions thrown through obsolete methods.
/art/test/434-invoke-direct/
Dinfo.txt1 Tests that IllegalAccessError is thrown when a subclass invokes-direct a
/art/runtime/interpreter/mterp/x86_64/
Dop_filled_new_array.S15 testb %al, %al # 0 means an exception is thrown
Dop_new_instance.S11 testb %al, %al # 0 means an exception is thrown
Dop_new_array.S16 testb %al, %al # 0 means an exception is thrown
Dop_fill_array_data.S7 testb %al, %al # 0 means an exception is thrown
/art/runtime/interpreter/mterp/x86/
Dop_filled_new_array.S18 testb %al, %al # 0 means an exception is thrown
Dop_new_instance.S14 testb %al, %al # 0 means an exception is thrown
Dop_new_array.S19 testb %al, %al # 0 means an exception is thrown
Dop_fill_array_data.S10 testb %al, %al # 0 means an exception is thrown
/art/test/084-class-init/
Dexpected.txt1 caught exception thrown during clinit
/art/test/978-virtual-interface/smali/
DMain.smali22 # System.out.println("No error thrown!");
41 const-string v1, "No error thrown!"
/art/runtime/interpreter/mterp/arm/
Dop_fill_array_data.S10 cmp r0, #0 @ 0 means an exception is thrown
/art/test/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/art/test/048-reflect-v8/
Dexpected.txt11 No error thrown for class interface DefaultDeclared$DefaultInterface
12 No error thrown for class interface DefaultDeclared$RegularInterface
13 NoSuchMethodException thrown for class class DefaultDeclared$ImplementsWithDefault
14 No error thrown for class class DefaultDeclared$ImplementsWithDeclared
15 No error thrown for class class DefaultDeclared$ImplementsWithRegular
16 NoSuchMethodException thrown for class class DefaultDeclared$UnimplementedWithRegular
/art/test/004-JniTest/
Djni_test.cc327 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader() local
331 jclass thrown_class = env->GetObjectClass(thrown); in testShallowGetCallingClassLoader()
710 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls() local
714 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); in TestCalls()
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S891 testb %al, %al # 0 means an exception is thrown
914 testb %al, %al # 0 means an exception is thrown
935 testb %al, %al # 0 means an exception is thrown
957 testb %al, %al # 0 means an exception is thrown
972 testb %al, %al # 0 means an exception is thrown
Dmterp_x86.S967 testb %al, %al # 0 means an exception is thrown
993 testb %al, %al # 0 means an exception is thrown
1017 testb %al, %al # 0 means an exception is thrown
1042 testb %al, %al # 0 means an exception is thrown
1060 testb %al, %al # 0 means an exception is thrown
Dmterp_arm.S1109 cmp r0, #0 @ 0 means an exception is thrown
11840 * has not yet been thrown. Just bail out to the reference interpreter to deal with it.
Dmterp_mips.S12502 * has not yet been thrown. Just bail out to the reference interpreter to deal with it.