HomeSort by relevance Sort by last modified time
    Searched defs:FatalProcessOutOfMemory (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
allocation.cc 41 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
52 void Malloced::FatalProcessOutOfMemory() {
53 v8::internal::FatalProcessOutOfMemory("Out of memory");
preparser-api.cc 175 void FatalProcessOutOfMemory(const char* reason) {
api.cc 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) {
    [all...]

Completed in 37 milliseconds