Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h174 virtual const uint8_t *GetReferenceErrorDescriptor() const = 0;
561 const uint8_t *GetReferenceErrorDescriptor() const in GetReferenceErrorDescriptor() function
563 return base_->GetReferenceErrorDescriptor(); in GetReferenceErrorDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h232 const uint8_t *GetReferenceErrorDescriptor() const override in GetReferenceErrorDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h272 const uint8_t *GetReferenceErrorDescriptor() const override in GetReferenceErrorDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp418 … ThrowException(ctx, thread, ctx.GetReferenceErrorDescriptor(), utf::CStringAsMutf8(msg.c_str())); in ThrowReferenceErrorDyn()