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

  /external/chromium_org/v8/src/
allocation.h 16 void FatalProcessOutOfMemory(const char* message);
24 static void FatalProcessOutOfMemory();
62 if (result == NULL) Malloced::FatalProcessOutOfMemory();
74 // and StrNDup uses new and calls the FatalProcessOutOfMemory handler
allocation.cc 22 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
33 void Malloced::FatalProcessOutOfMemory() {
34 v8::internal::FatalProcessOutOfMemory("Out of memory");
97 if (ptr == NULL) FatalProcessOutOfMemory("AlignedAlloc");
v8.h 66 static void FatalProcessOutOfMemory(const char* location,
zone.cc 179 V8::FatalProcessOutOfMemory("Zone");
192 V8::FatalProcessOutOfMemory("Zone");
197 V8::FatalProcessOutOfMemory("Zone");
209 V8::FatalProcessOutOfMemory("Zone");
hashmap.h 265 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize");
heap-inl.h 562 v8::internal::Heap::FatalProcessOutOfMemory("CALL_AND_RETRY_LAST", true); \
heap.cc     [all...]
isolate.cc     [all...]
spaces.cc     [all...]
heap.h     [all...]
liveedit.cc     [all...]
api.cc 100 void i::FatalProcessOutOfMemory(const char* location) {
101 i::V8::FatalProcessOutOfMemory(location, false);
105 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
107 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {
    [all...]
mark-compact.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.cc     [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 343 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer");
    [all...]

Completed in 1130 milliseconds