Home
last modified time | relevance | path

Searched refs:ThrowException (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_throws.cc46 static void ThrowException(const ThrowLocation* throw_location, const char* exception_descriptor, in ThrowException() function
92 ThrowException(NULL, "Ljava/lang/AbstractMethodError;", NULL, in ThrowAbstractMethodError()
100 ThrowException(NULL, "Ljava/lang/ArithmeticException;", NULL, "divide by zero"); in ThrowArithmeticExceptionDivideByZero()
106 ThrowException(NULL, "Ljava/lang/ArrayIndexOutOfBoundsException;", NULL, in ThrowArrayIndexOutOfBoundsException()
113 ThrowException(NULL, "Ljava/lang/ArrayStoreException;", NULL, in ThrowArrayStoreException()
122 ThrowException(NULL, "Ljava/lang/ClassCastException;", NULL, in ThrowClassCastException()
129 ThrowException(throw_location, "Ljava/lang/ClassCastException;", NULL, msg); in ThrowClassCastException()
137 ThrowException(NULL, "Ljava/lang/ClassCircularityError;", c, msg.str().c_str()); in ThrowClassCircularityError()
145 ThrowException(NULL, "Ljava/lang/ClassFormatError;", referrer, fmt, &args); in ThrowClassFormatError()
154 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str()); in ThrowIllegalAccessErrorClass()
[all …]
/art/compiler/llvm/
Druntime_support_llvm_func_list.h28 V(ThrowException, art_portable_throw_exception_from_code) \
Dgbc_expander.cc106 using ::art::llvm::runtime_support::ThrowException;
2878 case IntrinsicHelper::ThrowException: { in ExpandIntrinsic()
2879 return ExpandToRuntime(ThrowException, call_inst); in ExpandIntrinsic()
2886 irb_.CreateCall(irb_.GetRuntime(ThrowException), in ExpandIntrinsic()
Dintrinsic_func_list.def103 _EVAL_DEF_INTRINSICS_FUNC(ThrowException,