Searched defs:FatalProcessOutOfMemory (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dallocation.cc41 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
52 void Malloced::FatalProcessOutOfMemory() { function in class:v8::internal::Malloced
53 v8::internal::FatalProcessOutOfMemory("Out of memory");
H A Dpreparser-api.cc175 void FatalProcessOutOfMemory(const char* reason) { function in namespace:v8::internal
H A Dapi.cc95 i::V8::FatalProcessOutOfMemory(NULL); \
144 void i::FatalProcessOutOfMemory(const char* location) { function in class:v8::i
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) { function in class:v8::i::V8

Completed in 93 milliseconds