Home | History | Annotate | Download | only in src

Lines Matching defs:FatalProcessOutOfMemory

297 void i::FatalProcessOutOfMemory(const char* location) {
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) {
7651 i::FatalProcessOutOfMemory("v8::ArrayBuffer::New");
7846 i::FatalProcessOutOfMemory("v8::SharedArrayBuffer::New");