Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h88 virtual const uint8_t *GetStackOverflowErrorClassDescriptor() const in GetStackOverflowErrorClassDescriptor() function
387 const uint8_t *GetStackOverflowErrorClassDescriptor() const in GetStackOverflowErrorClassDescriptor() function
389 return base_->GetStackOverflowErrorClassDescriptor(); in GetStackOverflowErrorClassDescriptor()
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h65 const uint8_t *GetStackOverflowErrorClassDescriptor() const override in GetStackOverflowErrorClassDescriptor() function
Dcore_language_context.cpp135 …auto *cls = class_linker->GetClass(ctx.GetStackOverflowErrorClassDescriptor(), true, extension->Ge… in ThrowStackOverflowException()
Dcore_vm.cpp148 …class_linker->GetClass(ctx.GetStackOverflowErrorClassDescriptor(), true, extension->GetBootContext… in InitializeFinish()