Home
last modified time | relevance | path

Searched refs:GetNoClassDefFoundErrorDescriptor (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h129 virtual const uint8_t *GetNoClassDefFoundErrorDescriptor() const = 0;
481 const uint8_t *GetNoClassDefFoundErrorDescriptor() const in GetNoClassDefFoundErrorDescriptor() function
483 return base_->GetNoClassDefFoundErrorDescriptor(); in GetNoClassDefFoundErrorDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h149 const uint8_t *GetNoClassDefFoundErrorDescriptor() const override in GetNoClassDefFoundErrorDescriptor() function
Dcore_class_linker_extension.cpp47 …ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(message.c… in OnError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h187 const uint8_t *GetNoClassDefFoundErrorDescriptor() const override in GetNoClassDefFoundErrorDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker_extension.cpp192 …ark::ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(name… in WrapClassNotFoundExceptionIfNeeded()
Dclass_initializer.cpp123 …ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(name.c_st… in ThrowNoClassDefFoundError()
Dexceptions.cpp404 …ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(msg.c_str… in ThrowNoClassDefFoundError()