Searched refs:ThrowException (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 46 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/ |
D | runtime_support_llvm_func_list.h | 28 V(ThrowException, art_portable_throw_exception_from_code) \
|
D | gbc_expander.cc | 106 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()
|
D | intrinsic_func_list.def | 103 _EVAL_DEF_INTRINSICS_FUNC(ThrowException,
|