Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h176 virtual const uint8_t *GetTypedErrorDescriptor() const = 0;
566 const uint8_t *GetTypedErrorDescriptor() const in GetTypedErrorDescriptor() function
568 return base_->GetTypedErrorDescriptor(); in GetTypedErrorDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h238 const uint8_t *GetTypedErrorDescriptor() const override in GetTypedErrorDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h278 const uint8_t *GetTypedErrorDescriptor() const override in GetTypedErrorDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp411 ThrowException(ctx, thread, ctx.GetTypedErrorDescriptor(), utf::CStringAsMutf8(msg.c_str())); in ThrowTypedErrorDyn()