Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h266 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()
Dlocal-allocator.h26 new_space_lab_(LocalAllocationBuffer::InvalidBuffer()), in LocalAllocator()
61 LocalAllocationBuffer new_space_lab_;
Dlocal-allocator-inl.h85 LocalAllocationBuffer saved_lab_ = new_space_lab_; in NewLocalAllocationBuffer()
88 new_space_lab_ = LocalAllocationBuffer::FromResult(heap_, result, kLabSize); in NewLocalAllocationBuffer()
Dspaces.h2003 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);
Dspaces.cc2247 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()
Dmark-compact.cc1281 buffer_(LocalAllocationBuffer::InvalidBuffer()), in EvacuateNewSpaceVisitor()
1356 LocalAllocationBuffer buffer_;