Searched refs:FatalProcessOutOfMemory (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/v8/src/ |
D | allocation.cc | 23 v8::internal::FatalProcessOutOfMemory("Malloced operator new"); in New() 34 void Malloced::FatalProcessOutOfMemory() { in FatalProcessOutOfMemory() function in v8::internal::Malloced 35 v8::internal::FatalProcessOutOfMemory("Out of memory"); in FatalProcessOutOfMemory() 99 if (ptr == NULL) FatalProcessOutOfMemory("AlignedAlloc"); in AlignedAlloc()
|
D | allocation.h | 16 void FatalProcessOutOfMemory(const char* message); 24 static void FatalProcessOutOfMemory(); 62 if (result == NULL) Malloced::FatalProcessOutOfMemory(); in NewArray()
|
D | zone.cc | 220 V8::FatalProcessOutOfMemory("Zone"); in NewExpand() 233 V8::FatalProcessOutOfMemory("Zone"); in NewExpand() 238 V8::FatalProcessOutOfMemory("Zone"); in NewExpand() 250 V8::FatalProcessOutOfMemory("Zone"); in NewExpand()
|
D | v8.h | 60 static void FatalProcessOutOfMemory(const char* location,
|
D | hashmap.h | 266 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize"); in Initialize()
|
D | isolate.cc | 1907 V8::FatalProcessOutOfMemory("heap setup"); in Init() 1915 V8::FatalProcessOutOfMemory("heap object creation"); in Init()
|
D | liveedit.cc | 1340 V8::FatalProcessOutOfMemory("RelocInfoBuffer::GrowBuffer"); in Grow()
|
D | api.cc | 100 void i::FatalProcessOutOfMemory(const char* location) { in FatalProcessOutOfMemory() function in v8::i 101 i::V8::FatalProcessOutOfMemory(location, false); in FatalProcessOutOfMemory() 107 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { in FatalProcessOutOfMemory() function in v8::i::V8
|
D | objects.cc | 13741 v8::internal::Heap::FatalProcessOutOfMemory("invalid table size", true); in New() 15394 v8::internal::Heap::FatalProcessOutOfMemory("invalid table size", true); in Allocate()
|
/external/chromium_org/v8/src/heap/ |
D | heap.cc | 959 V8::FatalProcessOutOfMemory("Heap::ReserveSpace"); in ReserveSpace() 969 V8::FatalProcessOutOfMemory("Committing semi space failed."); in EnsureFromSpaceIsCommitted() 3200 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true); in AllocateByteArray() 4037 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true); in AllocateRawFixedArray() 4105 v8::internal::Heap::FatalProcessOutOfMemory("invalid array length", true); in AllocateRawFixedDoubleArray() 5376 void Heap::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { in FatalProcessOutOfMemory() function in v8::internal::Heap 5377 v8::internal::V8::FatalProcessOutOfMemory(location, take_snapshot); in FatalProcessOutOfMemory()
|
D | heap-inl.h | 626 v8::internal::Heap::FatalProcessOutOfMemory("CALL_AND_RETRY_LAST", true); \
|
D | spaces.cc | 1273 V8::FatalProcessOutOfMemory("Failed to grow new space."); in Grow() 1294 V8::FatalProcessOutOfMemory("Failed to shrink new space."); in Shrink()
|
D | heap.h | 1354 static void FatalProcessOutOfMemory(const char* location,
|
D | mark-compact.cc | 3154 V8::FatalProcessOutOfMemory("Evacuation"); in EvacuateLiveObjectsFromPage()
|
/external/chromium_org/v8/src/x87/ |
D | assembler-x87.cc | 1939 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer"); in GrowBuffer()
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.cc | 2516 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer"); in GrowBuffer()
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.cc | 341 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer"); in GrowBuffer()
|