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

/external/v8/src/heap/
H A Dheap.cc1246 V8::FatalProcessOutOfMemory("Committing semi space failed.");
1628 FatalProcessOutOfMemory("NewSpace::Rebalance");
3051 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3073 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3960 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
4035 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
5914 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { function in class:v8::internal::Heap
5915 v8::internal::V8::FatalProcessOutOfMemory(location, is_heap_oom);
/external/v8/src/
H A Dapi.cc297 void i::FatalProcessOutOfMemory(const char* location) { function in class:v8::i
298 i::V8::FatalProcessOutOfMemory(location, false);
301 // When V8 cannot allocate memory FatalProcessOutOfMemory is called. The default
303 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { function in class:v8::i::V8
7651 i::FatalProcessOutOfMemory("v8::ArrayBuffer::New");
7846 i::FatalProcessOutOfMemory("v8::SharedArrayBuffer::New");

Completed in 267 milliseconds