HomeSort by relevance Sort by last modified time
    Searched refs:new_space_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/heap/
heap.cc 98 new_space_(this),
195 return new_space_.Capacity() + old_space_->Capacity() +
211 return new_space_.CommittedMemory() + CommittedOldGenerationMemory();
218 return new_space_.CommittedPhysicalMemory() +
300 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
321 if (FLAG_heap_stats || FLAG_log_gc) new_space_.CollectStatistics();
325 new_space_.ReportStatistics();
327 if (FLAG_heap_stats || FLAG_log_gc) new_space_.ClearHistograms();
330 new_space_.CollectStatistics();
331 new_space_.ReportStatistics()
    [all...]
heap-inl.h 215 allocation = new_space_.AllocateRaw(size_in_bytes, alignment);
355 bool result = new_space_.Contains(object);
363 bool Heap::InNewSpace(Address address) { return new_space_.Contains(address); }
367 return new_space_.FromSpaceContains(object);
372 return new_space_.ToSpaceContains(object);
392 Address age_mark = new_space_.age_mark();
heap.h 2206 NewSpace new_space_; member in class:v8::internal::Heap
    [all...]
spaces.h 2971 NewSpace* new_space_; member in class:v8::internal::PauseInlineAllocationObserversScope
    [all...]

Completed in 329 milliseconds