Searched refs:LocalAllocationBuffer (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 266 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() 471 LocalAllocationBuffer LocalAllocationBuffer::FromResult(Heap* heap, in FromResult() 480 return LocalAllocationBuffer(heap, LinearAllocationArea(top, top + size)); in FromResult() 484 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { in TryMerge() 493 bool LocalAllocationBuffer::TryFreeLast(HeapObject* object, int object_size) { in TryFreeLast()
|
D | local-allocator.h | 26 new_space_lab_(LocalAllocationBuffer::InvalidBuffer()), in LocalAllocator() 61 LocalAllocationBuffer new_space_lab_;
|
D | local-allocator-inl.h | 85 LocalAllocationBuffer saved_lab_ = new_space_lab_; in NewLocalAllocationBuffer() 88 new_space_lab_ = LocalAllocationBuffer::FromResult(heap_, result, kLabSize); in NewLocalAllocationBuffer()
|
D | spaces.h | 2003 class LocalAllocationBuffer { 2008 static LocalAllocationBuffer InvalidBuffer() { in InvalidBuffer() 2009 return LocalAllocationBuffer( in InvalidBuffer() 2015 static inline LocalAllocationBuffer FromResult(Heap* heap, 2019 ~LocalAllocationBuffer() { Close(); } in ~LocalAllocationBuffer() 2022 LocalAllocationBuffer(const LocalAllocationBuffer& other); 2023 LocalAllocationBuffer& operator=(const LocalAllocationBuffer& other); 2032 inline bool TryMerge(LocalAllocationBuffer* other); 2040 LocalAllocationBuffer(Heap* heap, LinearAllocationArea allocation_info);
|
D | spaces.cc | 2247 LinearAllocationArea LocalAllocationBuffer::Close() { in AllocateChunk() 2260 LocalAllocationBuffer::LocalAllocationBuffer( in AllocateChunk() function in v8::internal::LocalAllocationBuffer 2272 LocalAllocationBuffer::LocalAllocationBuffer( in AllocateChunk() function in v8::internal::LocalAllocationBuffer 2273 const LocalAllocationBuffer& other) { in AllocateChunk() 2278 LocalAllocationBuffer& LocalAllocationBuffer::operator=( in AllocateChunk() 2279 const LocalAllocationBuffer& other) { in AllocateChunk() 2287 const_cast<LocalAllocationBuffer&>(other).allocation_info_.Reset( in AllocateChunk()
|
D | mark-compact.cc | 1281 buffer_(LocalAllocationBuffer::InvalidBuffer()), in EvacuateNewSpaceVisitor() 1356 LocalAllocationBuffer buffer_;
|