Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h114 virtual const uint8_t *GetArrayStoreExceptionClassDescriptor() const = 0;
444 const uint8_t *GetArrayStoreExceptionClassDescriptor() const in GetArrayStoreExceptionClassDescriptor() function
446 return base_->GetArrayStoreExceptionClassDescriptor(); in GetArrayStoreExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h114 const uint8_t *GetArrayStoreExceptionClassDescriptor() const override in GetArrayStoreExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h152 const uint8_t *GetArrayStoreExceptionClassDescriptor() const override in GetArrayStoreExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp177 …ThrowException(ctx, thread, ctx.GetArrayStoreExceptionClassDescriptor(), utf::CStringAsMutf8(msg.c… in ThrowArrayStoreException()