Home
last modified time | relevance | path

Searched refs:AllocateRawOrFail (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-factory.cc50 return HeapObject::FromAddress(isolate()->heap()->AllocateRawOrFail( in AllocateRaw()
Dlocal-heap-inl.h70 Address LocalHeap::AllocateRawOrFail(int object_size, AllocationType type, in AllocateRawOrFail() function
Dlocal-heap.h144 V8_WARN_UNUSED_RESULT inline Address AllocateRawOrFail(
Dheap-inl.h206 Address Heap::AllocateRawOrFail(int size, AllocationType allocation, in AllocateRawOrFail() function
Dheap.h2062 V8_WARN_UNUSED_RESULT inline Address AllocateRawOrFail(
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc1322 HeapObject obj = HeapObject::FromAddress(isolate()->heap()->AllocateRawOrFail( in Allocate()