Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h94 virtual const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const = 0;
397 const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const in GetArrayIndexOutOfBoundsExceptionClassDescriptor() function
399 return base_->GetArrayIndexOutOfBoundsExceptionClassDescriptor(); in GetArrayIndexOutOfBoundsExceptionClassDescriptor()
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h70 const uint8_t *GetArrayIndexOutOfBoundsExceptionClassDescriptor() const override in GetArrayIndexOutOfBoundsExceptionClassDescriptor() function
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp81 ThrowException(ctx, thread, ctx.GetArrayIndexOutOfBoundsExceptionClassDescriptor(), in ThrowArrayIndexOutOfBoundsException()