Home
last modified time | relevance | path

Searched refs:GetStackOverflowErrorClassDescriptor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h92 virtual const uint8_t *GetStackOverflowErrorClassDescriptor() const in GetStackOverflowErrorClassDescriptor() function
394 const uint8_t *GetStackOverflowErrorClassDescriptor() const in GetStackOverflowErrorClassDescriptor() function
396 return base_->GetStackOverflowErrorClassDescriptor(); in GetStackOverflowErrorClassDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp69 const char *classDescriptor = utf::Mutf8AsCString(GetStackOverflowErrorClassDescriptor()); in ThrowStackOverflowException()
Dets_language_context.h103 const uint8_t *GetStackOverflowErrorClassDescriptor() const override in GetStackOverflowErrorClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h70 const uint8_t *GetStackOverflowErrorClassDescriptor() const override in GetStackOverflowErrorClassDescriptor() function
Dcore_language_context.cpp135 …auto *cls = classLinker->GetClass(ctx.GetStackOverflowErrorClassDescriptor(), true, extension->Get… in ThrowStackOverflowException()
Dcore_vm.cpp150 …classLinker->GetClass(ctx.GetStackOverflowErrorClassDescriptor(), true, extension->GetBootContext(… in InitializeFinish()