Home
last modified time | relevance | path

Searched refs:heap_allocator_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h203 return heap_allocator_.AllocateRaw(size_in_bytes, type, origin, alignment); in AllocateRaw()
209 return heap_allocator_ in AllocateRawOrFail()
Dheap.cc207 heap_allocator_(this), in Heap()
1032 heap_allocator_.UpdateAllocationTimeout(); in GarbageCollectionPrologue()
5682 heap_allocator_.UpdateAllocationTimeout(); in SetUp()
5781 heap_allocator_.SetReadOnlySpace(read_only_space_); in SetUpFromReadOnlyHeap()
5792 heap_allocator_.SetReadOnlySpace(read_only_space_); in ReplaceReadOnlySpace()
5903 heap_allocator_.Setup(); in SetUpSpaces()
7506 heap_allocator_.SetAllocationTimeout(allocation_timeout); in set_allocation_timeout()
Dheap.h2035 HeapAllocator* allocator() { return &heap_allocator_; } in allocator()
2118 HeapAllocator heap_allocator_; variable