Searched defs:FatalProcessOutOfMemory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dallocation.cc23 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
34 void Malloced::FatalProcessOutOfMemory() { function in class:v8::internal::Malloced
35 v8::internal::FatalProcessOutOfMemory("Out of memory");
99 if (ptr == NULL) FatalProcessOutOfMemory("AlignedAlloc");
H A Dapi.cc100 void i::FatalProcessOutOfMemory(const char* location) { function in class:v8::i
101 i::V8::FatalProcessOutOfMemory(location, false);
105 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
107 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { function in class:v8::i::V8
/external/chromium_org/v8/src/heap/
H A Dheap.cc959 V8::FatalProcessOutOfMemory("Heap::ReserveSpace");
969 V8::FatalProcessOutOfMemory("Committing semi space failed.");
3200 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
4037 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
4105 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
5376 void Heap::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { function in class:v8::Heap
5377 v8::internal::V8::FatalProcessOutOfMemory(location, take_snapshot);

Completed in 159 milliseconds