Home
last modified time | relevance | path

Searched defs:ThrowOutOfMemoryError (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/runtime/
Dexceptions.cpp252 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg) in ThrowOutOfMemoryError() function
265 void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function
/ark/js_runtime/ecmascript/mem/
Dheap.cpp317 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName) in ThrowOutOfMemoryError() function in panda::ecmascript::Heap
/ark/runtime_core/runtime/interpreter/
Druntime_interface.h202 static void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function
/ark/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h315 static void ThrowOutOfMemoryError([[maybe_unused]] const PandaString &msg) {} in ThrowOutOfMemoryError() function