Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5651 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() function in v8::internal::Heap
/external/v8/src/
Dapi.cc238 void i::FatalProcessOutOfMemory(const char* location) { in FatalProcessOutOfMemory() function in v8::i
245 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() function in v8::i::V8