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

  /external/v8/src/
allocation.h 17 V8_EXPORT_PRIVATE void FatalProcessOutOfMemory(const char* message);
47 if (result == NULL) FatalProcessOutOfMemory("NewArray");
59 // and StrNDup uses new and calls the FatalProcessOutOfMemory handler
v8.h 24 static void FatalProcessOutOfMemory(const char* location,
allocation.cc 24 V8::FatalProcessOutOfMemory("Malloced operator new");
67 if (ptr == NULL) V8::FatalProcessOutOfMemory("AlignedAlloc");
isolate.cc     [all...]
api.cc 297 void i::FatalProcessOutOfMemory(const char* location) {
298 i::V8::FatalProcessOutOfMemory(location, false);
301 // When V8 cannot allocate memory FatalProcessOutOfMemory is called. The default
303 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) {
    [all...]
deoptimizer.cc     [all...]
factory.cc 58 v8::internal::Heap::FatalProcessOutOfMemory("CALL_AND_RETRY_LAST", true); \
    [all...]
objects.cc     [all...]
  /external/v8/src/zone/
zone.cc 148 V8::FatalProcessOutOfMemory("Zone");
161 V8::FatalProcessOutOfMemory("Zone");
166 V8::FatalProcessOutOfMemory("Zone");
  /external/v8/src/heap/
store-buffer.cc 63 V8::FatalProcessOutOfMemory("StoreBuffer::SetUp");
scavenger.cc 237 FatalProcessOutOfMemory("Scavenger: semi-space copy\n");
heap.cc     [all...]
mark-compact.cc     [all...]
heap.h 671 static void FatalProcessOutOfMemory(const char* location,
    [all...]
  /external/v8/src/snapshot/
deserializer.cc 83 if (!ReserveSpace()) V8::FatalProcessOutOfMemory("deserializing context");
123 V8::FatalProcessOutOfMemory("deserialize context");
    [all...]
  /external/v8/src/x87/
assembler-x87.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/v8/src/x64/
assembler-x64.cc 415 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer");
    [all...]

Completed in 638 milliseconds