Home
last modified time | relevance | path

Searched refs:AllocationSpace (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/heap/
Dsweeper.h84 void AddPage(AllocationSpace space, Page* page, AddPageMode mode);
87 AllocationSpace identity, int required_freed_bytes, int max_pages = 0,
91 Page* page, AllocationSpace identity,
110 void DrainSweepingWorklistForSpace(AllocationSpace space);
169 ForAllSweepingSpaces([this, &is_done](AllocationSpace space) { in IsDoneSweeping()
175 void SweepSpaceFromTask(AllocationSpace identity);
179 bool SweepSpaceIncrementallyFromTask(AllocationSpace identity);
183 Page* GetSweepingPageSafe(AllocationSpace space);
185 void PrepareToBeSweptPage(AllocationSpace space, Page* page);
189 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace()
[all …]
Dsweeper.cc86 AllocationSpace space_to_start) in SweeperTask()
103 const AllocationSpace space_id = static_cast<AllocationSpace>( in RunInternal()
118 AllocationSpace space_to_start_;
157 ForAllSweepingSpaces([this, marking_state](AllocationSpace space) { in StartSweeping()
181 ForAllSweepingSpaces([this](AllocationSpace space) { in StartSweeperTasks()
209 ForAllSweepingSpaces([this](AllocationSpace space) { in MergeOldToNewRememberedSetsForSweptPages()
239 [this](AllocationSpace space) { ParallelSweepSpace(space, 0); }); in EnsureCompleted()
243 ForAllSweepingSpaces([this](AllocationSpace space) { in EnsureCompleted()
253 [this](AllocationSpace space) { DrainSweepingWorklistForSpace(space); }); in DrainSweepingWorklists()
256 void Sweeper::DrainSweepingWorklistForSpace(AllocationSpace space) { in DrainSweepingWorklistForSpace()
[all …]
Dbase-space.h29 AllocationSpace identity() { return id_; } in identity()
32 static const char* GetSpaceName(AllocationSpace space);
62 BaseSpace(Heap* heap, AllocationSpace id) in BaseSpace()
69 AllocationSpace id_;
Dmemory-chunk-layout.cc48 AllocationSpace space) { in ObjectStartOffsetInMemoryChunk()
62 AllocationSpace space) { in AllocatableMemoryInMemoryChunk()
Dlocal-allocator.h42 inline AllocationResult Allocate(AllocationSpace space, int object_size,
45 inline void FreeLast(AllocationSpace space, HeapObject object,
Dlocal-allocator-inl.h15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate()
33 void EvacuationAllocator::FreeLast(AllocationSpace space, HeapObject object, in FreeLast()
Dmemory-chunk-layout.h84 static size_t ObjectStartOffsetInMemoryChunk(AllocationSpace space);
85 static size_t AllocatableMemoryInMemoryChunk(AllocationSpace space);
Dpaged-spaces.h74 PagedSpace(Heap* heap, AllocationSpace id, Executability executable, in NON_EXPORTED_BASE()
416 LocalSpace(Heap* heap, AllocationSpace id, Executability executable, in LocalSpace()
439 CompactionSpace(Heap* heap, AllocationSpace id, Executability executable, in CompactionSpace()
460 CompactionSpace* Get(AllocationSpace space) { in Get()
Dbase-space.cc10 const char* BaseSpace::GetSpaceName(AllocationSpace space) { in GetSpaceName()
Dlarge-spaces.h116 LargeObjectSpace(Heap* heap, AllocationSpace id);
147 explicit OldLargeObjectSpace(Heap* heap, AllocationSpace id);
Dmemory-chunk-inl.h42 AllocationSpace MemoryChunk::owner_identity() const { in owner_identity()
Dheap.h196 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
214 inline AllocationSpace RetrySpace();
224 explicit AllocationResult(AllocationSpace space) in AllocationResult()
428 static bool IsValidAllocationSpace(AllocationSpace space);
511 void NotifyOldGenerationExpansion(AllocationSpace space, MemoryChunk* chunk);
608 bool AllowedToBeMigrated(Map map, HeapObject object, AllocationSpace dest);
953 AllocationSpace space, GarbageCollectionReason gc_reason,
1180 V8_EXPORT_PRIVATE bool InSpace(HeapObject value, AllocationSpace space) const;
1184 V8_EXPORT_PRIVATE bool InSpaceSlow(Address addr, AllocationSpace space) const;
1659 GarbageCollector SelectGarbageCollector(AllocationSpace space,
Dspaces.h114 Space(Heap* heap, AllocationSpace id, FreeList* free_list) in Space()
483 SpaceWithLinearArea(Heap* heap, AllocationSpace id, FreeList* free_list) in SpaceWithLinearArea()
Dheap-inl.h55 AllocationSpace AllocationResult::RetrySpace() { in RetrySpace()
57 return static_cast<AllocationSpace>(Smi::ToInt(object_)); in RetrySpace()
348 AllocationSpace allocation_space = memory_chunk->owner_identity(); in UpdateAllocationsHash()
Dlarge-spaces.cc96 LargeObjectSpace::LargeObjectSpace(Heap* heap, AllocationSpace id) in LargeObjectSpace()
439 OldLargeObjectSpace::OldLargeObjectSpace(Heap* heap, AllocationSpace id) in OldLargeObjectSpace()
Dmemory-chunk.h198 inline AllocationSpace owner_identity() const;
Dmark-compact.cc604 AllocationSpace space) { in DrainSweepingWorklistForSpace()
1252 virtual void Move(AllocationSpace dest, HeapObject src, HeapObject dst,
1263 inline void Move(AllocationSpace dest, HeapObject src, HeapObject dst, in Move()
1291 AllocationSpace dest);
1295 HeapObject src, int size, AllocationSpace dest) { in RawMigrateObject()
1336 inline bool TryEvacuateObject(AllocationSpace target_space, HeapObject object, in TryEvacuateObject()
1355 inline void ExecuteMigrationObservers(AllocationSpace dest, HeapObject src, in ExecuteMigrationObservers()
1363 AllocationSpace dest) { in MigrateObject()
1435 AllocationSpace space = AllocateTargetObject(object, size, &target); in Visit()
1462 inline AllocationSpace AllocateTargetObject(HeapObject old_object, int size, in AllocateTargetObject()
[all …]
Dpaged-spaces.cc50 AllocationSpace owner = page->owner_identity(); in PagedSpaceObjectIterator()
82 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space, in PagedSpace()
Dheap.cc426 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector()
635 static_cast<AllocationSpace>(space_index))) in DumpJSONHeapStatistics()
1506 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage()
3929 bool Heap::InSpace(HeapObject value, AllocationSpace space) const { in InSpace()
3956 bool Heap::InSpaceSlow(Address addr, AllocationSpace space) const { in InSpaceSlow()
3983 bool Heap::IsValidAllocationSpace(AllocationSpace space) { in IsValidAllocationSpace()
5275 void Heap::NotifyOldGenerationExpansion(AllocationSpace space, in NotifyOldGenerationExpansion()
6343 bool Heap::AllowedToBeMigrated(Map map, HeapObject obj, AllocationSpace dst) { in AllowedToBeMigrated()
6359 AllocationSpace src = chunk->owner_identity(); in AllowedToBeMigrated()
6634 AllocationSpace identity = chunk->owner()->identity(); in PageFlagsAreConsistent()
Dscavenger.cc561 AllocationSpace space = page->owner_identity(); in AddPageToSweeperIfNecessary()
Dmark-compact.h520 void DrainSweepingWorklistForSpace(AllocationSpace space);
/external/v8/src/snapshot/
Dserializer.cc80 BaseSpace::GetSpaceName(static_cast<AllocationSpace>(space))); in OutputStatistics()
95 BaseSpace::GetSpaceName(static_cast<AllocationSpace>(space)), \ in OutputStatistics()
713 AllocationSpace heap_space = in GetSnapshotSpace()
/external/v8/src/common/
Dglobals.h741 enum AllocationSpace { enum
/external/v8/src/api/
Dapi.cc8624 if (!i::Heap::IsValidAllocationSpace(static_cast<i::AllocationSpace>(index))) in GetHeapSpaceStatistics()
8630 i::AllocationSpace allocation_space = static_cast<i::AllocationSpace>(index); in GetHeapSpaceStatistics()