Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h99 virtual const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const = 0;
406 const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const in GetArrayIndexOutOfBoundsExceptionClassDescriptor() function
408 return base_->GetArrayIndexOutOfBoundsExceptionClassDescriptor(); in GetArrayIndexOutOfBoundsExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h75 const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const override in GetArrayIndexOutOfBoundsExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h108 const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const override in GetArrayIndexOutOfBoundsExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp80 ThrowException(ctx, thread, ctx.GetArrayIndexOutOfBoundsExceptionClassDescriptor(), in ThrowArrayIndexOutOfBoundsException()