Searched refs:ThrowOutOfMemoryError (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | exceptions.h | 74 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg); 76 PANDA_PUBLIC_API void ThrowOutOfMemoryError(const PandaString &msg);
|
| D | method-inl.h | 215 panda::ThrowOutOfMemoryError("CreateFrame failed: " + GetFullName()); in InvokeInterpretedCode() 313 panda::ThrowOutOfMemoryError("CreateFrame failed: " + GetFullName()); in InvokeContext() 342 panda::ThrowOutOfMemoryError("CreateFrame failed: " + GetFullName()); in EnterNativeMethodFrame()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 201 static void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function 203 panda::ThrowOutOfMemoryError(msg); in ThrowOutOfMemoryError()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | exceptions.cpp | 354 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg) in ThrowOutOfMemoryError() function 368 void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function 371 ThrowOutOfMemoryError(thread, msg); in ThrowOutOfMemoryError()
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | array.cpp | 33 ThrowOutOfMemoryError("OOM when allocating array"); in AllocateArray()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_manager.cpp | 111 ThrowOutOfMemoryError("AllocateObject failed"); in AllocateObject() 210 ThrowOutOfMemoryError("AllocateNonMovableObject failed"); in AllocateNonMovableObject()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap-inl.h | 43 …ThrowOutOfMemoryError(size, message); … 278 ThrowOutOfMemoryError(size, "Heap::AllocateHugeObject"); in AllocateHugeObject()
|
| D | heap.cpp | 464 ThrowOutOfMemoryError(oldSpace_->GetMergeSize(), " OldSpace::Merge"); in CollectGarbage() 518 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName, bool NonMovableObjNearOOM) in ThrowOutOfMemoryError() function in panda::ecmascript::Heap 564 …ThrowOutOfMemoryError(nonMovableSpace_->GetHeapObjectSize(), "Heap::CheckNonMovableSpaceOOM", true… in CheckNonMovableSpaceOOM()
|
| D | heap.h | 596 …void ThrowOutOfMemoryError(size_t size, std::string functionName, bool NonMovableObjNearOOM = fals…
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine_manager.cpp | 153 ThrowOutOfMemoryError("Launch failed"); in Launch()
|
| D | stackful_coroutine_manager.cpp | 248 ThrowOutOfMemoryError("Launch failed"); in Launch()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 349 static void ThrowOutOfMemoryError([[maybe_unused]] const PandaString &msg) {} in ThrowOutOfMemoryError() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 400 ThrowOutOfMemoryError(currentCoro, "Cannot allocate Promise"); in EtsAsyncCall()
|