Searched refs:ThrowException (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 56 static void ThrowException(const char* exception_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) { in ThrowException() function 61 static void ThrowException(const char* exception_descriptor, in ThrowException() function 100 ThrowException("Ljava/lang/AbstractMethodError;", nullptr, in ThrowAbstractMethodError() 106 ThrowException("Ljava/lang/AbstractMethodError;", /* referrer= */ nullptr, in ThrowAbstractMethodError() 115 ThrowException("Ljava/lang/ArithmeticException;", nullptr, "divide by zero"); in ThrowArithmeticExceptionDivideByZero() 121 ThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", nullptr, in ThrowArrayIndexOutOfBoundsException() 129 ThrowException("Ljava/lang/ArrayStoreException;", nullptr, in ThrowArrayStoreException() 140 ThrowException("Ljava/lang/BootstrapMethodError;", nullptr, fmt, &args); in ThrowBootstrapMethodError() 155 ThrowException("Ljava/lang/ClassCastException;", nullptr, in ThrowClassCastException() 162 ThrowException("Ljava/lang/ClassCastException;", nullptr, msg); in ThrowClassCastException() [all …]
|
/art/test/471-uninitialized-locals/smali/ |
D | Test.smali | 20 .method public static ThrowException()V
|