/external/v8/src/heap/ |
D | sweeper.h | 84 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 …]
|
D | sweeper.cc | 86 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 …]
|
D | base-space.h | 29 AllocationSpace identity() { return id_; } in identity() 32 static const char* GetSpaceName(AllocationSpace space); 62 BaseSpace(Heap* heap, AllocationSpace id) in BaseSpace() 69 AllocationSpace id_;
|
D | memory-chunk-layout.cc | 48 AllocationSpace space) { in ObjectStartOffsetInMemoryChunk() 62 AllocationSpace space) { in AllocatableMemoryInMemoryChunk()
|
D | local-allocator.h | 42 inline AllocationResult Allocate(AllocationSpace space, int object_size, 45 inline void FreeLast(AllocationSpace space, HeapObject object,
|
D | local-allocator-inl.h | 15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate() 33 void EvacuationAllocator::FreeLast(AllocationSpace space, HeapObject object, in FreeLast()
|
D | memory-chunk-layout.h | 84 static size_t ObjectStartOffsetInMemoryChunk(AllocationSpace space); 85 static size_t AllocatableMemoryInMemoryChunk(AllocationSpace space);
|
D | paged-spaces.h | 74 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()
|
D | base-space.cc | 10 const char* BaseSpace::GetSpaceName(AllocationSpace space) { in GetSpaceName()
|
D | large-spaces.h | 116 LargeObjectSpace(Heap* heap, AllocationSpace id); 147 explicit OldLargeObjectSpace(Heap* heap, AllocationSpace id);
|
D | memory-chunk-inl.h | 42 AllocationSpace MemoryChunk::owner_identity() const { in owner_identity()
|
D | heap.h | 196 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,
|
D | spaces.h | 114 Space(Heap* heap, AllocationSpace id, FreeList* free_list) in Space() 483 SpaceWithLinearArea(Heap* heap, AllocationSpace id, FreeList* free_list) in SpaceWithLinearArea()
|
D | heap-inl.h | 55 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()
|
D | large-spaces.cc | 96 LargeObjectSpace::LargeObjectSpace(Heap* heap, AllocationSpace id) in LargeObjectSpace() 439 OldLargeObjectSpace::OldLargeObjectSpace(Heap* heap, AllocationSpace id) in OldLargeObjectSpace()
|
D | memory-chunk.h | 198 inline AllocationSpace owner_identity() const;
|
D | mark-compact.cc | 604 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 …]
|
D | paged-spaces.cc | 50 AllocationSpace owner = page->owner_identity(); in PagedSpaceObjectIterator() 82 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space, in PagedSpace()
|
D | heap.cc | 426 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()
|
D | scavenger.cc | 561 AllocationSpace space = page->owner_identity(); in AddPageToSweeperIfNecessary()
|
D | mark-compact.h | 520 void DrainSweepingWorklistForSpace(AllocationSpace space);
|
/external/v8/src/snapshot/ |
D | serializer.cc | 80 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/ |
D | globals.h | 741 enum AllocationSpace { enum
|
/external/v8/src/api/ |
D | api.cc | 8624 if (!i::Heap::IsValidAllocationSpace(static_cast<i::AllocationSpace>(index))) in GetHeapSpaceStatistics() 8630 i::AllocationSpace allocation_space = static_cast<i::AllocationSpace>(index); in GetHeapSpaceStatistics()
|