Home
last modified time | relevance | path

Searched refs:GetVerifyErrorClassDescriptor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h172 virtual const uint8_t *GetVerifyErrorClassDescriptor() const = 0;
521 const uint8_t *GetVerifyErrorClassDescriptor() const in GetVerifyErrorClassDescriptor() function
523 return base_->GetVerifyErrorClassDescriptor(); in GetVerifyErrorClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h189 const uint8_t *GetVerifyErrorClassDescriptor() const override in GetVerifyErrorClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp380 …ThrowException(ctx, thread, ctx.GetVerifyErrorClassDescriptor(), utf::CStringAsMutf8(msg.c_str())); in ThrowVerificationException()
387 …ThrowException(ctx, thread, ctx.GetVerifyErrorClassDescriptor(), utf::CStringAsMutf8(msg.c_str())); in ThrowVerificationException()
Dclass_initializer.cpp144 …ThrowException(ctx, thread, ctx.GetVerifyErrorClassDescriptor(), utf::CStringAsMutf8(name.c_str())… in ThrowVerifyError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h227 const uint8_t *GetVerifyErrorClassDescriptor() const override in GetVerifyErrorClassDescriptor() function