Searched refs:GetNoClassDefFoundErrorDescriptor (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | language_context.h | 129 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/ |
| D | core_language_context.h | 149 const uint8_t *GetNoClassDefFoundErrorDescriptor() const override in GetNoClassDefFoundErrorDescriptor() function
|
| D | core_class_linker_extension.cpp | 47 …ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(message.c… in OnError()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_language_context.h | 187 const uint8_t *GetNoClassDefFoundErrorDescriptor() const override in GetNoClassDefFoundErrorDescriptor() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker_extension.cpp | 192 …ark::ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(name… in WrapClassNotFoundExceptionIfNeeded()
|
| D | class_initializer.cpp | 123 …ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(name.c_st… in ThrowNoClassDefFoundError()
|
| D | exceptions.cpp | 404 …ThrowException(ctx, thread, ctx.GetNoClassDefFoundErrorDescriptor(), utf::CStringAsMutf8(msg.c_str… in ThrowNoClassDefFoundError()
|