Home
last modified time | relevance | path

Searched refs:GetClassNotFoundExceptionDescriptor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h166 virtual const uint8_t *GetClassNotFoundExceptionDescriptor() const = 0;
506 const uint8_t *GetClassNotFoundExceptionDescriptor() const in GetClassNotFoundExceptionDescriptor() function
508 return base_->GetClassNotFoundExceptionDescriptor(); in GetClassNotFoundExceptionDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h174 const uint8_t *GetClassNotFoundExceptionDescriptor() const override in GetClassNotFoundExceptionDescriptor() function
Dcore_class_linker_extension.cpp34 ThrowException(ctx, thread, ctx.GetClassNotFoundExceptionDescriptor(), in OnError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h212 const uint8_t *GetClassNotFoundExceptionDescriptor() const override in GetClassNotFoundExceptionDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker_extension.cpp180 classLinker->GetExtension(ctx)->GetClass(ctx.GetClassNotFoundExceptionDescriptor()); in WrapClassNotFoundExceptionIfNeeded()