Lines Matching refs:NewSpace

1498 // NewSpace implementation
1500 bool NewSpace::SetUp(size_t initial_semispace_capacity,
1527 void NewSpace::TearDown() {
1543 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); }
1546 void NewSpace::Grow() {
1568 void NewSpace::Shrink() {
1588 bool NewSpace::Rebalance() {
1678 void NewSpace::UpdateAllocationInfo() {
1686 void NewSpace::ResetAllocationInfo() {
1698 void NewSpace::UpdateInlineAllocationLimit(int size_in_bytes) {
1718 bool NewSpace::AddFreshPage() {
1740 bool NewSpace::AddFreshPageSynchronized() {
1746 bool NewSpace::EnsureAllocation(int size_in_bytes,
1782 void NewSpace::StartNextInlineAllocationStep() {
1791 intptr_t NewSpace::GetNextInlineAllocationStepSize() {
1802 void NewSpace::AddAllocationObserver(AllocationObserver* observer) {
1807 void NewSpace::RemoveAllocationObserver(AllocationObserver* observer) {
1812 void NewSpace::PauseAllocationObservers() {
1820 void NewSpace::ResumeAllocationObservers() {
1827 void NewSpace::InlineAllocationStep(Address top, Address new_top,
1839 std::unique_ptr<ObjectIterator> NewSpace::GetObjectIterator() {
1846 void NewSpace::Verify() {
2115 // Use the NewSpace::NewObjectIterator to iterate the ToSpace.
2180 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) {
2256 void NewSpace::ClearHistograms() {
2267 void NewSpace::CollectStatistics() {
2277 LOG(isolate, HeapSampleBeginEvent("NewSpace", description));
2298 LOG(isolate, HeapSampleEndEvent("NewSpace", description));
2302 void NewSpace::ReportStatistics() {
2328 void NewSpace::RecordAllocation(HeapObject* obj) {
2336 void NewSpace::RecordPromotion(HeapObject* obj) {
2344 size_t NewSpace::CommittedPhysicalMemory() {