Home
last modified time | relevance | path

Searched refs:SetExceptionEvent (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp60 SetExceptionEvent(events::ExceptionType::NULL_CHECK, thread); in ThrowNullPointerException()
83 SetExceptionEvent(events::ExceptionType::BOUND_CHECK, thread); in ThrowArrayIndexOutOfBoundsException()
112 SetExceptionEvent(events::ExceptionType::BOUND_CHECK, thread); in ThrowStringIndexOutOfBoundsException()
130 SetExceptionEvent(events::ExceptionType::NEGATIVE_SIZE, thread); in ThrowNegativeArraySizeException()
138 SetExceptionEvent(events::ExceptionType::ARITHMETIC, thread); in ThrowArithmeticException()
149 SetExceptionEvent(events::ExceptionType::CAST_CHECK, thread); in ThrowClassCastException()
162 SetExceptionEvent(events::ExceptionType::ABSTRACT_METHOD, thread); in ThrowAbstractMethodError()
176 SetExceptionEvent(events::ExceptionType::ICCE_METHOD_CONFLICT, thread); in ThrowIncompatibleClassChangeErrorForMethodConflict()
365 SetExceptionEvent(events::ExceptionType::NATIVE, thread); in ThrowOutOfMemoryError()
402 SetExceptionEvent(events::ExceptionType::INSTANTIATION_ERROR, thread); in ThrowInstantiationError()
/arkcompiler/runtime_core/static_core/runtime/include/
Dexceptions.h104 inline void SetExceptionEvent([[maybe_unused]] events::ExceptionType type, [[maybe_unused]] Managed… in SetExceptionEvent() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp866 SetExceptionEvent(events::ExceptionType::THROW, ManagedThread::GetCurrent()); in ThrowExceptionEntrypoint()
874 SetExceptionEvent(events::ExceptionType::NATIVE, ManagedThread::GetCurrent()); in ThrowNativeExceptionEntrypoint()
1016 SetExceptionEvent(events::ExceptionType::NATIVE, ManagedThread::GetCurrent()); in LockObjectSlowPathEntrypoint()
1034 SetExceptionEvent(events::ExceptionType::NATIVE, ManagedThread::GetCurrent()); in UnlockObjectSlowPathEntrypoint()