Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h109 virtual const uint8_t *GetArithmeticExceptionClassDescriptor() const = 0;
431 const uint8_t *GetArithmeticExceptionClassDescriptor() const in GetArithmeticExceptionClassDescriptor() function
433 return base_->GetArithmeticExceptionClassDescriptor(); in GetArithmeticExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h99 const uint8_t *GetArithmeticExceptionClassDescriptor() const override in GetArithmeticExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h137 const uint8_t *GetArithmeticExceptionClassDescriptor() const override in GetArithmeticExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp130 …ThrowException(ctx, thread, ctx.GetArithmeticExceptionClassDescriptor(), utf::CStringAsMutf8("/ by… in ThrowArithmeticException()