Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h105 virtual const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const = 0;
421 const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const in GetNegativeArraySizeExceptionClassDescriptor() function
423 return base_->GetNegativeArraySizeExceptionClassDescriptor(); in GetNegativeArraySizeExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h89 const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const override in GetNegativeArraySizeExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp115 …ThrowException(ctx, thread, ctx.GetNegativeArraySizeExceptionClassDescriptor(), utf::CStringAsMutf… in ThrowNegativeArraySizeException()
122 …ThrowException(ctx, thread, ctx.GetNegativeArraySizeExceptionClassDescriptor(), utf::CStringAsMutf… in ThrowNegativeArraySizeException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h122 const uint8_t *GetNegativeArraySizeExceptionClassDescriptor() const override in GetNegativeArraySizeExceptionClassDescriptor() function