Home
last modified time | relevance | path

Searched refs:CompactionSpace (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-spaces.cc405 TEST(CompactionSpace) { in TEST() argument
414 CompactionSpace* compaction_space = in TEST()
415 new CompactionSpace(heap, OLD_SPACE, NOT_EXECUTABLE); in TEST()
462 CompactionSpace* compaction_space = collection->Get(OLD_SPACE); in TEST()
/external/v8/src/heap/
Dspaces.h100 class CompactionSpace; variable
2149 void MergeCompactionSpace(CompactionSpace* other);
2978 class CompactionSpace : public PagedSpace {
2980 CompactionSpace(Heap* heap, AllocationSpace id, Executability executable) in CompactionSpace() function
3011 CompactionSpace* Get(AllocationSpace space) { in Get()
3033 CompactionSpace old_space_;
3034 CompactionSpace code_space_;
Dmark-compact.h441 void SweepAndRefill(CompactionSpace* space);
Dspaces.cc1011 CompactionSpace* current_space = nullptr; in AllocateChunk()
1056 void CompactionSpace::RefillFreeList() { in AllocateChunk()
1097 void PagedSpace::MergeCompactionSpace(CompactionSpace* other) { in AllocateChunk()
2829 HeapObject* CompactionSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk()
Dmark-compact.cc555 void MarkCompactCollector::SweepAndRefill(CompactionSpace* space) { in SweepAndRefill()
1735 CompactionSpace* target_space = compaction_spaces_->Get( in Visit()