Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h108 virtual const uint8_t *GetAbstractMethodErrorClassDescriptor() const = 0;
432 const uint8_t *GetAbstractMethodErrorClassDescriptor() const in GetAbstractMethodErrorClassDescriptor() function
434 return base_->GetAbstractMethodErrorClassDescriptor(); in GetAbstractMethodErrorClassDescriptor()
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h104 const uint8_t *GetAbstractMethodErrorClassDescriptor() const override in GetAbstractMethodErrorClassDescriptor() function
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp161 …ThrowException(ctx, thread, ctx.GetAbstractMethodErrorClassDescriptor(), utf::CStringAsMutf8(msg.c… in ThrowAbstractMethodError()