Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h112 virtual const uint8_t *GetAbstractMethodErrorClassDescriptor() const = 0;
439 const uint8_t *GetAbstractMethodErrorClassDescriptor() const in GetAbstractMethodErrorClassDescriptor() function
441 return base_->GetAbstractMethodErrorClassDescriptor(); in GetAbstractMethodErrorClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h109 const uint8_t *GetAbstractMethodErrorClassDescriptor() const override in GetAbstractMethodErrorClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h147 const uint8_t *GetAbstractMethodErrorClassDescriptor() const override in GetAbstractMethodErrorClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp150 …ThrowException(ctx, thread, ctx.GetAbstractMethodErrorClassDescriptor(), utf::CStringAsMutf8(msg.c… in ThrowAbstractMethodError()