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

  /external/chromium_org/v8/src/
heap-inl.h 211 allocation = old_pointer_space_->AllocateRaw(size_in_bytes);
275 return old_pointer_space_->Contains(address);
331 ? old_pointer_space_
heap.cc 72 old_pointer_space_(NULL),
159 old_pointer_space_->Capacity() +
172 old_pointer_space_->CommittedMemory() +
186 old_pointer_space_->CommittedPhysicalMemory() +
217 old_pointer_space_->Available() +
227 return old_pointer_space_ != NULL &&
335 old_pointer_space_->SizeOfObjects() / KB,
336 old_pointer_space_->Available() / KB,
337 old_pointer_space_->CommittedMemory() / KB);
    [all...]
heap.h 1528 OldSpace* old_pointer_space_; member in class:v8::internal::Heap
    [all...]

Completed in 35 milliseconds