Home
last modified time | relevance | path

Searched refs:THROW_OOM_ERROR (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h363 #define THROW_OOM_ERROR(thread, message) \ macro
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp467 THROW_OOM_ERROR(thread_, oss.str().c_str()); in ThrowOutOfMemoryError()