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 23 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
34 void Malloced::FatalProcessOutOfMemory() {
35 v8::internal::FatalProcessOutOfMemory("Out of memory");
99 if (ptr == NULL) FatalProcessOutOfMemory("AlignedAlloc");
v8.h 60 static void FatalProcessOutOfMemory(const char* location,
zone.cc 220 V8::FatalProcessOutOfMemory("Zone");
233 V8::FatalProcessOutOfMemory("Zone");
238 V8::FatalProcessOutOfMemory("Zone");
250 V8::FatalProcessOutOfMemory("Zone");
hashmap.h 266 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize");
isolate.cc     [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...]
objects.cc     [all...]
  /external/chromium_org/v8/src/heap/
heap.cc     [all...]
heap-inl.h 626 v8::internal::Heap::FatalProcessOutOfMemory("CALL_AND_RETRY_LAST", true); \
heap.h     [all...]
spaces.cc     [all...]
mark-compact.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 341 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer");
    [all...]

Completed in 1165 milliseconds