Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h267 FatalOutOfMemoryError(size, "Heap::AllocateHugeObject"); in AllocateHugeObject()
300 FatalOutOfMemoryError(size, "Heap::AllocateSnapshotSpaceObject"); in AllocateSnapshotSpace()
Dheap.h541 void FatalOutOfMemoryError(size_t size, std::string functionName);
Dheap.cpp470 void Heap::FatalOutOfMemoryError(size_t size, std::string functionName) in FatalOutOfMemoryError() function in panda::ecmascript::Heap