Home | History | Annotate | Download | only in src

Lines Matching refs:FatalProcessOutOfMemory

238 void i::FatalProcessOutOfMemory(const char* location) {
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) {