Home | History | Annotate | Download | only in src

Lines Matching defs:FatalProcessOutOfMemory

100           i::V8::FatalProcessOutOfMemory(NULL);                                \
154 void i::FatalProcessOutOfMemory(const char* location) {
155 i::V8::FatalProcessOutOfMemory(location, false);
159 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
161 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {