Searched refs:ThrowException (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 58 static void ThrowException(const char* exception_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) { in ThrowException() function 63 static void ThrowException(const char* exception_descriptor, in ThrowException() function 102 ThrowException("Ljava/lang/AbstractMethodError;", nullptr, in ThrowAbstractMethodError() 108 ThrowException("Ljava/lang/AbstractMethodError;", /* referrer */ nullptr, in ThrowAbstractMethodError() 117 ThrowException("Ljava/lang/ArithmeticException;", nullptr, "divide by zero"); in ThrowArithmeticExceptionDivideByZero() 123 ThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", nullptr, in ThrowArrayIndexOutOfBoundsException() 131 ThrowException("Ljava/lang/ArrayStoreException;", nullptr, in ThrowArrayStoreException() 142 ThrowException("Ljava/lang/BootstrapMethodError;", nullptr, fmt, &args); in ThrowBootstrapMethodError() 157 ThrowException("Ljava/lang/ClassCastException;", nullptr, in ThrowClassCastException() 164 ThrowException("Ljava/lang/ClassCastException;", nullptr, msg); in ThrowClassCastException() [all …]
|
/art/test/471-uninitialized-locals/smali/ |
D | Test.smali | 20 .method public static ThrowException()V
|