Searched refs:FatalOutOfMemoryError (Results 1 – 3 of 3) sorted by relevance
267 FatalOutOfMemoryError(size, "Heap::AllocateHugeObject"); in AllocateHugeObject()300 FatalOutOfMemoryError(size, "Heap::AllocateSnapshotSpaceObject"); in AllocateSnapshotSpace()
541 void FatalOutOfMemoryError(size_t size, std::string functionName);
470 void Heap::FatalOutOfMemoryError(size_t size, std::string functionName) in FatalOutOfMemoryError() function in panda::ecmascript::Heap