Home
last modified time | relevance | path

Searched refs:ThrowOutOfMemoryError (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h40ThrowOutOfMemoryError(size, message); …
269 ThrowOutOfMemoryError(size, "Heap::AllocateHugeObject"); in AllocateHugeObject()
Dheap.h489 void ThrowOutOfMemoryError(size_t size, std::string functionName);
Dheap.cpp417 ThrowOutOfMemoryError(oldSpace_->GetMergeSize(), " OldSpace::Merge"); in CollectGarbage()
461 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName) in ThrowOutOfMemoryError() function in panda::ecmascript::Heap