Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-spaces.cc401 TEST(CompactionSpace) { in TEST() argument
410 CompactionSpace* compaction_space = in TEST()
411 new CompactionSpace(heap, OLD_SPACE, NOT_EXECUTABLE); in TEST()
/external/v8/src/heap/
Dspaces.h26 class CompactionSpace; variable
2320 void MergeCompactionSpace(CompactionSpace* other);
2949 class CompactionSpace : public PagedSpace {
2951 CompactionSpace(Heap* heap, AllocationSpace id, Executability executable) in CompactionSpace() function
2972 CompactionSpace* Get(AllocationSpace space) { in Get()
2986 CompactionSpace old_space_;
2987 CompactionSpace code_space_;
Dmark-compact.h573 void SweepAndRefill(CompactionSpace* space);
Dspaces.cc1136 void PagedSpace::MergeCompactionSpace(CompactionSpace* other) { in AllocateChunk()
2687 HeapObject* CompactionSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk()
Dmark-compact.cc512 void MarkCompactCollector::SweepAndRefill(CompactionSpace* space) { in SweepAndRefill()
1924 CompactionSpace* target_space = compaction_spaces_->Get( in Visit()