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

  /external/v8/src/
allocation.h 16 void FatalProcessOutOfMemory(const char* message);
61 if (result == NULL) FatalProcessOutOfMemory("NewArray");
73 // and StrNDup uses new and calls the FatalProcessOutOfMemory handler
v8.h 23 static void FatalProcessOutOfMemory(const char* location,
allocation.cc 24 V8::FatalProcessOutOfMemory("Malloced operator new");
95 if (ptr == NULL) V8::FatalProcessOutOfMemory("AlignedAlloc");
zone.cc 244 V8::FatalProcessOutOfMemory("Zone");
257 V8::FatalProcessOutOfMemory("Zone");
262 V8::FatalProcessOutOfMemory("Zone");
isolate.cc     [all...]
deoptimizer.cc     [all...]
factory.cc 51 v8::internal::Heap::FatalProcessOutOfMemory("CALL_AND_RETRY_LAST", true); \
    [all...]
api.cc 238 void i::FatalProcessOutOfMemory(const char* location) {
239 i::V8::FatalProcessOutOfMemory(location, false);
243 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
245 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) {
    [all...]
objects.cc     [all...]
  /external/v8/src/heap/
store-buffer.cc 48 V8::FatalProcessOutOfMemory("StoreBuffer::SetUp");
scavenger.cc 223 FatalProcessOutOfMemory("Scavenger: promoting marked\n");
228 FatalProcessOutOfMemory("Scavenger: semi-space copy\n");
mark-compact.cc     [all...]
heap.cc     [all...]
heap.h 594 static void FatalProcessOutOfMemory(const char* location,
    [all...]
  /external/v8/src/snapshot/
deserializer.cc 74 if (!ReserveSpace()) V8::FatalProcessOutOfMemory("deserializing context");
112 V8::FatalProcessOutOfMemory("deserialize context");
    [all...]
  /external/v8/src/debug/
liveedit.cc     [all...]
  /external/v8/src/x87/
assembler-x87.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/v8/src/x64/
assembler-x64.cc 416 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer");
    [all...]

Completed in 650 milliseconds