Home | History | Annotate | Download | only in src

Lines Matching defs:FatalProcessOutOfMemory

95           i::V8::FatalProcessOutOfMemory(NULL);                                \
144 void i::FatalProcessOutOfMemory(const char* location) {
145 i::V8::FatalProcessOutOfMemory(location, false);
149 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
151 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {