Searched refs:SpaceWithLinearArea (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | spaces.cc | 237 Address SpaceWithLinearArea::ComputeLimit(Address start, Address end, in ComputeLimit() 268 void SpaceWithLinearArea::DisableInlineAllocation() { in DisableInlineAllocation() 276 void SpaceWithLinearArea::EnableInlineAllocation() { in EnableInlineAllocation() 284 void SpaceWithLinearArea::UpdateAllocationOrigins(AllocationOrigin origin) { in UpdateAllocationOrigins() 290 void SpaceWithLinearArea::PrintAllocationsOrigins() const { in PrintAllocationsOrigins() 336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() 346 void SpaceWithLinearArea::RemoveAllocationObserver( in RemoveAllocationObserver() 357 void SpaceWithLinearArea::PauseAllocationObservers() { in PauseAllocationObservers() 362 void SpaceWithLinearArea::ResumeAllocationObservers() { in ResumeAllocationObservers() 368 void SpaceWithLinearArea::AdvanceAllocationObservers() { in AdvanceAllocationObservers() [all …]
|
D | spaces-inl.h | 195 AllocationResult SpaceWithLinearArea::AllocateFastUnaligned( in AllocateFastUnaligned() 212 AllocationResult SpaceWithLinearArea::AllocateFastAligned( in AllocateFastAligned() 240 AllocationResult SpaceWithLinearArea::AllocateRaw(int size_in_bytes, in AllocateRaw() 257 AllocationResult SpaceWithLinearArea::AllocateRawUnaligned( in AllocateRawUnaligned() 278 AllocationResult SpaceWithLinearArea::AllocateRawAligned( in AllocateRawAligned() 302 AllocationResult SpaceWithLinearArea::AllocateRawSlow( in AllocateRawSlow()
|
D | spaces.h | 463 class SpaceWithLinearArea : public Space { 465 SpaceWithLinearArea(Heap* heap, AllocationSpace id, FreeList* free_list, in SpaceWithLinearArea() function
|
D | new-spaces.cc | 465 : SpaceWithLinearArea(heap, NEW_SPACE, new NoFreeList(), allocation_info), in NewSpace() 703 SpaceWithLinearArea::VerifyTop(); in VerifyTop()
|
D | new-spaces.h | 243 : NON_EXPORTED_BASE(public SpaceWithLinearArea) { in NON_EXPORTED_BASE() argument
|
D | paged-spaces.h | 81 : NON_EXPORTED_BASE(public SpaceWithLinearArea) { in NON_EXPORTED_BASE() argument
|
D | paged-spaces.cc | 99 : SpaceWithLinearArea(heap, space, free_list, allocation_info_), in PagedSpace()
|