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

  /external/v8/src/
allocation.cc 40 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
51 void Malloced::FatalProcessOutOfMemory() {
52 v8::internal::FatalProcessOutOfMemory("Out of memory");
preparser-api.cc 180 void FatalProcessOutOfMemory(const char* reason) {
api.cc 93 i::V8::FatalProcessOutOfMemory(NULL); \
135 void i::FatalProcessOutOfMemory(const char* location) {
136 i::V8::FatalProcessOutOfMemory(location, false);
140 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
142 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {
    [all...]

Completed in 135 milliseconds