Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_init_prealloc_test.cpp79 auto descriptorExp = utf::Mutf8AsCString(ctx.GetOutOfMemoryErrorClassDescriptor()); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h127 virtual const uint8_t *GetOutOfMemoryErrorClassDescriptor() const = 0;
476 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const in GetOutOfMemoryErrorClassDescriptor() function
478 return base_->GetOutOfMemoryErrorClassDescriptor(); in GetOutOfMemoryErrorClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h144 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override in GetOutOfMemoryErrorClassDescriptor() function
Dcore_vm.cpp134 auto cls = classLinker->GetExtension(ctx)->GetClass(ctx.GetOutOfMemoryErrorClassDescriptor()); in PreAllocOOMErrorObject()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h182 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override in GetOutOfMemoryErrorClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp357 …ThrowException(ctx, thread, ctx.GetOutOfMemoryErrorClassDescriptor(), utf::CStringAsMutf8(msg.c_st… in ThrowOutOfMemoryError()