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

  /external/v8/src/heap/
heap-inl.h 177 return old_space_->allocation_top_address();
181 return old_space_->allocation_limit_address();
334 allocation = old_space_->AllocateRaw(size_in_bytes, alignment);
488 bool Heap::InOldSpace(Object* object) { return old_space_->Contains(object); }
495 return old_space_->ContainsSlow(address);
heap.cc 105 old_space_(NULL),
195 return old_space_->Capacity() + code_space_->Capacity() +
202 return old_space_->CommittedMemory() + code_space_->CommittedMemory() +
217 old_space_->CommittedPhysicalMemory() +
252 return old_space_ != NULL && code_space_ != NULL && map_space_ != NULL &&
346 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB,
347 old_space_->CommittedMemory() / KB);
    [all...]
spaces.h 2732 CompactionSpace old_space_; member in class:v8::internal::CompactionSpaceCollection
    [all...]
heap.h 2192 OldSpace* old_space_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 79 milliseconds