Lines Matching refs:NewSpace
2122 NewSpace::NewSpace(Heap* heap, size_t initial_semispace_capacity, in AllocateChunk() function in v8::internal::NewSpace
2141 void NewSpace::TearDown() { in AllocateChunk()
2148 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk()
2151 void NewSpace::Grow() { in AllocateChunk()
2173 void NewSpace::Shrink() { in AllocateChunk()
2193 bool NewSpace::Rebalance() { in AllocateChunk()
2292 void NewSpace::UpdateLinearAllocationArea() { in AllocateChunk()
2305 void NewSpace::ResetLinearAllocationArea() { in AllocateChunk()
2320 void NewSpace::UpdateInlineAllocationLimit(size_t min_size) { in AllocateChunk()
2332 bool NewSpace::AddFreshPage() { in AllocateChunk()
2354 bool NewSpace::AddFreshPageSynchronized() { in AllocateChunk()
2360 bool NewSpace::EnsureAllocation(int size_in_bytes, in AllocateChunk()
2463 std::unique_ptr<ObjectIterator> NewSpace::GetObjectIterator() { in AllocateChunk()
2470 void NewSpace::Verify(Isolate* isolate) { in AllocateChunk()
2829 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) { in AllocateChunk()
2840 size_t NewSpace::CommittedPhysicalMemory() { in AllocateChunk()