Lines Matching refs:space
334 // Helper function that simulates a full new-space in the heap.
335 static inline void SimulateFullSpace(v8::internal::NewSpace* space) {
337 *space->allocation_limit_address() - *space->allocation_top_address());
339 v8::internal::MaybeObject* maybe = space->AllocateRaw(new_linear_size);
341 node->set_size(space->heap(), new_linear_size);
345 // Helper function that simulates a full old-space in the heap.
346 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) {
347 space->EmptyAllocationInfo();
348 space->ResetFreeList();
349 space->ClearStats();