Home
last modified time | relevance | path

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

12

/external/v8/src/zone/
Dzone.cc132 V8::FatalProcessOutOfMemory(nullptr, "Zone"); in NewExpand()
148 V8::FatalProcessOutOfMemory(nullptr, "Zone"); in NewExpand()
153 V8::FatalProcessOutOfMemory(nullptr, "Zone"); in NewExpand()
/external/v8/src/
Dallocation.h25 [[noreturn]] V8_EXPORT_PRIVATE void FatalProcessOutOfMemory(
44 if (result == nullptr) FatalProcessOutOfMemory(nullptr, "NewArray"); in NewArray()
Dv8.h28 [[noreturn]] static void FatalProcessOutOfMemory(Isolate* isolate,
Dallocation.cc72 V8::FatalProcessOutOfMemory(nullptr, "Malloced operator new"); in New()
118 V8::FatalProcessOutOfMemory(nullptr, "AlignedAlloc"); in AlignedAlloc()
Dapi.cc353 void i::FatalProcessOutOfMemory(i::Isolate* isolate, const char* location) { in FatalProcessOutOfMemory() function in v8::i
354 i::V8::FatalProcessOutOfMemory(isolate, location, false); in FatalProcessOutOfMemory()
359 void i::V8::FatalProcessOutOfMemory(i::Isolate* isolate, const char* location, in FatalProcessOutOfMemory() function in v8::i::V8
7675 i::FatalProcessOutOfMemory(i_isolate, "v8::ArrayBuffer::New"); in New()
7903 i::FatalProcessOutOfMemory(i_isolate, "v8::SharedArrayBuffer::New"); in New()
Disolate.cc2993 V8::FatalProcessOutOfMemory(this, "heap object creation"); in Throw()
/external/v8/src/heap/
Dstore-buffer.cc43 heap_->FatalProcessOutOfMemory("StoreBuffer::SetUp"); in SetUp()
69 heap_->FatalProcessOutOfMemory("StoreBuffer::SetUp"); in SetUp()
Dscavenger-inl.h144 heap()->FatalProcessOutOfMemory("Scavenger: semi-space copy"); in EvacuateObjectDefault()
Dheap.cc1623 V8::FatalProcessOutOfMemory( in ReserveSpace()
1653 FatalProcessOutOfMemory("Committing semi space failed."); in EnsureFromSpaceIsCommitted()
1989 FatalProcessOutOfMemory("NewSpace::Rebalance"); in EvacuateYoungGeneration()
3178 FatalProcessOutOfMemory("Ineffective mark-compacts near heap limit"); in CheckIneffectiveMarkCompact()
4645 FatalProcessOutOfMemory("CALL_AND_RETRY_LAST"); in AllocateRawWithRetryOrFail()
4679 FatalProcessOutOfMemory("CALL_AND_RETRY_LAST"); in AllocateRawCodeInLargeObjectSpace()
5202 void Heap::FatalProcessOutOfMemory(const char* location) { in FatalProcessOutOfMemory() function in v8::internal::Heap
5203 v8::internal::V8::FatalProcessOutOfMemory(isolate(), location, true); in FatalProcessOutOfMemory()
Dfactory.cc168 isolate()->heap()->FatalProcessOutOfMemory("invalid array length"); in AllocateRawFixedArray()
176 isolate()->heap()->FatalProcessOutOfMemory("invalid array length"); in AllocateRawWeakArrayList()
473 isolate()->heap()->FatalProcessOutOfMemory("invalid array length"); in NewFixedDoubleArray()
1640 isolate()->heap()->FatalProcessOutOfMemory("invalid array length"); in NewByteArray()
1656 isolate()->heap()->FatalProcessOutOfMemory("invalid array length"); in NewBytecodeArray()
2187 isolate()->heap()->FatalProcessOutOfMemory("invalid BigInt length"); in NewBigInt()
Dspaces.cc140 V8::FatalProcessOutOfMemory(isolate, in CodeRange()
153 V8::FatalProcessOutOfMemory(isolate, "CodeRange setup: set permissions"); in CodeRange()
2135 V8::FatalProcessOutOfMemory(heap->isolate(), "New space setup"); in AllocateChunk()
Dmark-compact.cc1350 heap_->FatalProcessOutOfMemory( in AllocateInOldSpace()
2767 heap()->FatalProcessOutOfMemory("NewSpace::Rebalance"); in Evacuate()
4315 heap()->FatalProcessOutOfMemory("NewSpace::Rebalance"); in Evacuate()
Dheap.h431 void FatalProcessOutOfMemory(const char* location);
/external/v8/src/snapshot/
Dstartup-deserializer.cc25 V8::FatalProcessOutOfMemory(isolate, "StartupDeserializer"); in DeserializeInto()
Dpartial-deserializer.cc34 V8::FatalProcessOutOfMemory(isolate, "PartialDeserializer"); in Deserialize()
/external/v8/src/wasm/
Dwasm-memory.cc107 V8::FatalProcessOutOfMemory(nullptr, "TryAllocateBackingStore"); in TryAllocateBackingStore()
Dwasm-code-manager.cc376 V8::FatalProcessOutOfMemory(nullptr, "NativeModule::AddOwnedCode"); in AddOwnedCode()
903 V8::FatalProcessOutOfMemory(isolate, "WasmCodeManager::NewNativeModule"); in NewNativeModule()
/external/v8/src/objects/
Djs-array-buffer.cc174 isolate->heap()->FatalProcessOutOfMemory( in MaterializeArrayBuffer()
Dordered-hash-table.cc25 isolate->heap()->FatalProcessOutOfMemory("invalid table size"); in Allocate()
/external/v8/src/s390/
Dassembler-s390.cc741 V8::FatalProcessOutOfMemory(nullptr, "Assembler::GrowBuffer"); in GrowBuffer()
/external/v8/src/ppc/
Dassembler-ppc.cc2012 V8::FatalProcessOutOfMemory(nullptr, "Assembler::GrowBuffer"); in GrowBuffer()
/external/v8/src/ia32/
Dassembler-ia32.cc3198 V8::FatalProcessOutOfMemory(nullptr, "Assembler::GrowBuffer"); in GrowBuffer()
/external/v8/src/x64/
Dassembler-x64.cc618 V8::FatalProcessOutOfMemory(nullptr, "Assembler::GrowBuffer"); in GrowBuffer()
/external/v8/src/mips/
Dassembler-mips.cc3805 V8::FatalProcessOutOfMemory(nullptr, "Assembler::GrowBuffer"); in GrowBuffer()
/external/v8/src/mips64/
Dassembler-mips64.cc4149 V8::FatalProcessOutOfMemory(nullptr, "Assembler::GrowBuffer"); in GrowBuffer()

12