Home
last modified time | relevance | path

Searched refs:FatalProcessOutOfMemory (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/
Dallocation.cc41 v8::internal::FatalProcessOutOfMemory("Malloced operator new"); in New()
52 void Malloced::FatalProcessOutOfMemory() { in FatalProcessOutOfMemory() function in v8::internal::Malloced
53 v8::internal::FatalProcessOutOfMemory("Out of memory"); in FatalProcessOutOfMemory()
Dallocation.h39 void FatalProcessOutOfMemory(const char* message);
47 static void FatalProcessOutOfMemory();
85 if (result == NULL) Malloced::FatalProcessOutOfMemory(); in NewArray()
Dzone.cc184 V8::FatalProcessOutOfMemory("Zone"); in NewExpand()
198 V8::FatalProcessOutOfMemory("Zone"); in NewExpand()
207 V8::FatalProcessOutOfMemory("Zone"); in NewExpand()
Dv8.h92 static void FatalProcessOutOfMemory(const char* location,
Dpreparser-api.cc175 void FatalProcessOutOfMemory(const char* reason) { in FatalProcessOutOfMemory() function
Dheap-inl.h520 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_0", true);\
529 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_1", true);\
542 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_2", true);\
Dhashmap.h266 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize"); in Initialize()
Dspaces.cc206 V8::FatalProcessOutOfMemory("CodeRange::GetNextAllocationBlock"); in GetNextAllocationBlock()
1108 V8::FatalProcessOutOfMemory("Failed to grow new space."); in Grow()
1129 V8::FatalProcessOutOfMemory("Failed to shrink new space."); in Shrink()
Dexecution.cc132 V8::FatalProcessOutOfMemory("JS", true); in Invoke()
Ddeoptimizer.cc1167 V8::FatalProcessOutOfMemory("Not enough memory for deoptimization table"); in CreateCode()
Dliveedit.cc1228 V8::FatalProcessOutOfMemory("RelocInfoBuffer::GrowBuffer"); in Grow()
Dbuiltins.cc1674 v8::internal::V8::FatalProcessOutOfMemory("CreateCode"); in SetUp()
Dapi.cc95 i::V8::FatalProcessOutOfMemory(NULL); \
144 void i::FatalProcessOutOfMemory(const char* location) { in FatalProcessOutOfMemory() function in v8::i
145 i::V8::FatalProcessOutOfMemory(location, false); in FatalProcessOutOfMemory()
151 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) { in FatalProcessOutOfMemory() function in v8::i::V8
Ddebug.cc81 V8::FatalProcessOutOfMemory("PrintLn"); in PrintLn()
Dheap.cc670 V8::FatalProcessOutOfMemory("Heap::ReserveSpace"); in ReserveSpace()
685 V8::FatalProcessOutOfMemory("Committing semi space failed."); in EnsureFromSpaceIsCommitted()
Dmark-compact.cc2946 V8::FatalProcessOutOfMemory("Evacuation"); in EvacuateLiveObjectsFromPage()
Druntime.cc2486 V8::FatalProcessOutOfMemory("String.replace result too large."); in IncrementCharacterCount()
6981 V8::FatalProcessOutOfMemory("Array join result too large."); in RUNTIME_FUNCTION()
/external/v8/src/ia32/
Dassembler-ia32.cc2461 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer"); in GrowBuffer()
/external/v8/src/x64/
Dassembler-x64.cc502 V8::FatalProcessOutOfMemory("Assembler::GrowBuffer"); in GrowBuffer()