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

/external/v8/src/heap/
H A Dheap.cc1203 V8::FatalProcessOutOfMemory("Committing semi space failed.");
3041 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3063 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3898 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
3966 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true);
5651 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { function in class:v8::internal::Heap
5652 v8::internal::V8::FatalProcessOutOfMemory(location, is_heap_oom);
/external/v8/src/
H A Dapi.cc238 void i::FatalProcessOutOfMemory(const char* location) { function in class:v8::i
239 i::V8::FatalProcessOutOfMemory(location, false);
243 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
245 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { function in class:v8::i::V8

Completed in 131 milliseconds