Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h100 virtual const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const = 0;
412 const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const in GetNegativeArraySizeExceptionClassDescriptor() function
414 return base_->GetNegativeArraySizeExceptionClassDescriptor(); in GetNegativeArraySizeExceptionClassDescriptor()
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h84 const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const override in GetNegativeArraySizeExceptionClassDescriptor() function
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp123 …ThrowException(ctx, thread, ctx.GetNegativeArraySizeExceptionClassDescriptor(), utf::CStringAsMutf… in ThrowNegativeArraySizeException()
130 …ThrowException(ctx, thread, ctx.GetNegativeArraySizeExceptionClassDescriptor(), utf::CStringAsMutf… in ThrowNegativeArraySizeException()