Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h110 virtual const uint8_t *GetArrayStoreExceptionClassDescriptor() const = 0;
437 const uint8_t *GetArrayStoreExceptionClassDescriptor() const in GetArrayStoreExceptionClassDescriptor() function
439 return base_->GetArrayStoreExceptionClassDescriptor(); in GetArrayStoreExceptionClassDescriptor()
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h109 const uint8_t *GetArrayStoreExceptionClassDescriptor() const override in GetArrayStoreExceptionClassDescriptor() function
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp189 …ThrowException(ctx, thread, ctx.GetArrayStoreExceptionClassDescriptor(), utf::CStringAsMutf8(msg.c… in ThrowArrayStoreException()