Lines Matching refs:SemiSpace
424 SemiSpace* semi_space) { in Initialize()
443 void NewSpacePage::InitializeAsAnchor(SemiSpace* semi_space) { in InitializeAsAnchor()
1405 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk()
1774 void SemiSpace::SetUp(Address start, int initial_capacity, int target_capacity, in AllocateChunk()
1798 void SemiSpace::TearDown() { in AllocateChunk()
1804 bool SemiSpace::Commit() { in AllocateChunk()
1828 bool SemiSpace::Uncommit() { in AllocateChunk()
1845 size_t SemiSpace::CommittedPhysicalMemory() { in AllocateChunk()
1856 bool SemiSpace::GrowTo(int new_capacity) { in AllocateChunk()
1892 bool SemiSpace::ShrinkTo(int new_capacity) { in AllocateChunk()
1920 bool SemiSpace::SetTotalCapacity(int new_capacity) { in AllocateChunk()
1931 void SemiSpace::FlipPages(intptr_t flags, intptr_t mask) { in AllocateChunk()
1961 void SemiSpace::Reset() { in AllocateChunk()
1967 void SemiSpace::Swap(SemiSpace* from, SemiSpace* to) { in AllocateChunk()
1973 SemiSpace tmp = *from; in AllocateChunk()
1988 void SemiSpace::SetCapacity(int new_capacity) { in AllocateChunk()
1993 void SemiSpace::set_age_mark(Address mark) { in AllocateChunk()
2005 void SemiSpace::Print() {} in AllocateChunk()
2009 void SemiSpace::Verify() { in AllocateChunk()
2041 void SemiSpace::AssertValidRange(Address start, Address end) { in AllocateChunk()
2045 SemiSpace* space = page->semi_space(); in AllocateChunk()
2071 SemiSpace::AssertValidRange(start, end); in AllocateChunk()