Searched refs:thrown (Results 1 – 21 of 21) 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/test/1932-monitor-events-misc/ |
D | expected.txt | 9 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 16 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 24 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 30 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 36 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 43 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 50 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 57 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
|
/art/test/995-breakpoints-throw/ |
D | info.txt | 5 possible for the method being breakpointed to catch exceptions thrown by the
|
/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/x86_64/ |
D | array.S | 135 testb %al, %al # 0 means an exception is thrown 153 testb %al, %al # 0 means an exception is thrown 176 testb %al, %al # 0 means an exception is thrown
|
D | object.S | 210 testb %al, %al # 0 means an exception is thrown
|
/art/test/1953-pop-frame/ |
D | expected.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
|
/art/test/1931-monitor-events/ |
D | expected.txt | 24 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 30 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
|
/art/test/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/art/test/1955-pop-frame-jit-called/ |
D | expected.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
|
/art/test/1954-pop-frame-jit/ |
D | expected.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
|
/art/test/1956-pop-frame-jit-calling/ |
D | expected.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught! 69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
|
/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/runtime/interpreter/mterp/x86/ |
D | array.S | 166 testb %al, %al # 0 means an exception is thrown 187 testb %al, %al # 0 means an exception is thrown 213 testb %al, %al # 0 means an exception is thrown
|
/art/test/004-JniTest/ |
D | jni_test.cc | 338 jthrowable thrown = env->ExceptionOccurred(); in testShallowGetCallingClassLoader() local 342 jclass thrown_class = env->GetObjectClass(thrown); in testShallowGetCallingClassLoader() 721 jthrowable thrown = env_->ExceptionOccurred(); in TestCalls() local 725 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); in TestCalls()
|
/art/runtime/interpreter/mterp/arm/ |
D | array.S | 202 cmp r0, #0 @ 0 means an exception is thrown
|