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

/external/v8/src/heap/
H A Dheap.cc1236 V8::FatalProcessOutOfMemory("Committing semi space failed.");
3004 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3026 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3898 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3973 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
5858 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { function in class:v8::internal::Heap
5859 v8::internal::V8::FatalProcessOutOfMemory(location, is_heap_oom);
/external/v8/src/
H A Dapi.cc267 void i::FatalProcessOutOfMemory(const char* location) { function in class:v8::i
268 i::V8::FatalProcessOutOfMemory(location, false);
271 // When V8 cannot allocate memory FatalProcessOutOfMemory is called. The default
273 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { function in class:v8::i::V8
7405 i::FatalProcessOutOfMemory("v8::ArrayBuffer::New");
7600 i::FatalProcessOutOfMemory("v8::SharedArrayBuffer::New");

Completed in 128 milliseconds