Searched refs:thrown (Results 1 – 23 of 23) sorted by relevance
/art/test/059-finalizer-throw/ |
D | info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
/art/test/061-out-of-memory/ |
D | info.txt | 1 Tests the various ways that an OutOfMemoryError can be constructed and thrown.
|
/art/test/080-oom-throw-with-finalizer/ |
D | info.txt | 1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
|
/art/test/946-obsolete-throw/ |
D | info.txt | 3 Tests that we correctly handle exceptions thrown through obsolete methods.
|
/art/test/434-invoke-direct/ |
D | info.txt | 1 Tests that IllegalAccessError is thrown when a subclass invokes-direct a
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_filled_new_array.S | 15 testb %al, %al # 0 means an exception is thrown
|
D | op_new_instance.S | 11 testb %al, %al # 0 means an exception is thrown
|
D | op_new_array.S | 16 testb %al, %al # 0 means an exception is thrown
|
D | op_fill_array_data.S | 7 testb %al, %al # 0 means an exception is thrown
|
/art/runtime/interpreter/mterp/x86/ |
D | op_filled_new_array.S | 18 testb %al, %al # 0 means an exception is thrown
|
D | op_new_instance.S | 14 testb %al, %al # 0 means an exception is thrown
|
D | op_new_array.S | 19 testb %al, %al # 0 means an exception is thrown
|
D | op_fill_array_data.S | 10 testb %al, %al # 0 means an exception is thrown
|
/art/test/084-class-init/ |
D | expected.txt | 1 caught exception thrown during clinit
|
/art/test/978-virtual-interface/smali/ |
D | Main.smali | 22 # System.out.println("No error thrown!"); 41 const-string v1, "No error thrown!"
|
/art/runtime/interpreter/mterp/arm/ |
D | op_fill_array_data.S | 10 cmp r0, #0 @ 0 means an exception is thrown
|
/art/test/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/art/test/048-reflect-v8/ |
D | expected.txt | 11 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/ |
D | jni_test.cc | 327 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/ |
D | mterp_x86_64.S | 891 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
|
D | mterp_x86.S | 967 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
|
D | mterp_arm.S | 1109 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.
|
D | mterp_mips.S | 12502 * has not yet been thrown. Just bail out to the reference interpreter to deal with it.
|