Lines Matching refs:SemiSpace
977 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, SemiSpace>( in AllocateChunk()
978 size_t size, SemiSpace* owner, Executability executable); in AllocateChunk()
980 MemoryAllocator::AllocatePage<MemoryAllocator::kPooled, SemiSpace>( in AllocateChunk()
981 size_t size, SemiSpace* owner, Executability executable); in AllocateChunk()
1543 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk()
1595 bool SemiSpace::EnsureCurrentCapacity() { in AllocateChunk()
1902 void SemiSpace::SetUp(size_t initial_capacity, size_t maximum_capacity) { in AllocateChunk()
1911 void SemiSpace::TearDown() { in AllocateChunk()
1923 bool SemiSpace::Commit() { in AllocateChunk()
1948 bool SemiSpace::Uncommit() { in AllocateChunk()
1963 size_t SemiSpace::CommittedPhysicalMemory() { in AllocateChunk()
1972 bool SemiSpace::GrowTo(size_t new_capacity) { in AllocateChunk()
2003 void SemiSpace::RewindPages(Page* start, int num_pages) { in AllocateChunk()
2016 bool SemiSpace::ShrinkTo(size_t new_capacity) { in AllocateChunk()
2042 void SemiSpace::FixPagesFlags(intptr_t flags, intptr_t mask) { in AllocateChunk()
2065 void SemiSpace::Reset() { in AllocateChunk()
2071 void SemiSpace::RemovePage(Page* page) { in AllocateChunk()
2078 void SemiSpace::PrependPage(Page* page) { in AllocateChunk()
2085 void SemiSpace::Swap(SemiSpace* from, SemiSpace* to) { in AllocateChunk()
2105 void SemiSpace::set_age_mark(Address mark) { in AllocateChunk()
2114 std::unique_ptr<ObjectIterator> SemiSpace::GetObjectIterator() { in AllocateChunk()
2121 void SemiSpace::Print() {} in AllocateChunk()
2125 void SemiSpace::Verify() { in AllocateChunk()
2156 void SemiSpace::AssertValidRange(Address start, Address end) { in AllocateChunk()
2160 SemiSpace* space = reinterpret_cast<SemiSpace*>(page->owner()); in AllocateChunk()
2186 SemiSpace::AssertValidRange(start, end); in AllocateChunk()