Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp356 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg) in ThrowOutOfMemoryError() function
374 void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h201 static void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h345 static void ThrowOutOfMemoryError([[maybe_unused]] const PandaString &msg) {} in ThrowOutOfMemoryError() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1508 void BaseHeap::ThrowOutOfMemoryError(JSThread *thread, size_t size, std::string functionName, in ThrowOutOfMemoryError() function in panda::ecmascript::BaseHeap