Home | History | Annotate | Download | only in src

Lines Matching refs:FatalProcessOutOfMemory

100 void i::FatalProcessOutOfMemory(const char* location) {
101 i::V8::FatalProcessOutOfMemory(location, false);
105 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
107 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {