Searched defs:ThrowOutOfMemoryError (Results 1 – 4 of 4) sorted by relevance
356 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg) in ThrowOutOfMemoryError() function374 void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function
201 static void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError() function
345 static void ThrowOutOfMemoryError([[maybe_unused]] const PandaString &msg) {} in ThrowOutOfMemoryError() function
1508 void BaseHeap::ThrowOutOfMemoryError(JSThread *thread, size_t size, std::string functionName, in ThrowOutOfMemoryError() function in panda::ecmascript::BaseHeap