Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h107 virtual const uint8_t *GetStringIndexOutOfBoundsExceptionClassDescriptor() const = 0;
426 const uint8_t *GetStringIndexOutOfBoundsExceptionClassDescriptor() const in GetStringIndexOutOfBoundsExceptionClassDescriptor() function
428 return base_->GetStringIndexOutOfBoundsExceptionClassDescriptor(); in GetStringIndexOutOfBoundsExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h94 const uint8_t *GetStringIndexOutOfBoundsExceptionClassDescriptor() const override in GetStringIndexOutOfBoundsExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h127 const uint8_t *GetStringIndexOutOfBoundsExceptionClassDescriptor() const override in GetStringIndexOutOfBoundsExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp105 ThrowException(ctx, thread, ctx.GetStringIndexOutOfBoundsExceptionClassDescriptor(), in ThrowStringIndexOutOfBoundsException()