Searched refs:ThrowException (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 57 static void ThrowException(const char* exception_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) { in ThrowException() function 62 static void ThrowException(const char* exception_descriptor, in ThrowException() function 101 ThrowException("Ljava/lang/AbstractMethodError;", nullptr, in ThrowAbstractMethodError() 107 ThrowException("Ljava/lang/AbstractMethodError;", /* referrer= */ nullptr, in ThrowAbstractMethodError() 116 ThrowException("Ljava/lang/ArithmeticException;", nullptr, "divide by zero"); in ThrowArithmeticExceptionDivideByZero() 122 ThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", nullptr, in ThrowArrayIndexOutOfBoundsException() 130 ThrowException("Ljava/lang/ArrayStoreException;", nullptr, in ThrowArrayStoreException() 141 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
|