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

  /art/runtime/gc/collector/
semi_space.h 218 space::ContinuousMemMapAllocSpace* from_space_; member in class:art::gc::collector::SemiSpace
247 // Used for generational mode. When true, we only collect the from_space_.
semi_space.cc 92 from_space_(nullptr),
142 CHECK(from_space_->CanMoveObjects()) << "Attempting to move from " << *from_space_;
209 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) {
210 last_gc_to_space_end_ = from_space_->Begin();
245 const int64_t from_bytes = from_space_->GetBytesAllocated();
247 const uint64_t from_objects = from_space_->GetObjectsAllocated();
254 from_space_->Clear();
255 VLOG(heap) << "Protecting from_space_: " << *from_space_;
290 space::ContinuousMemMapAllocSpace* from_space_; member in class:art::gc::collector::SemiSpaceVerifyNoFromSpaceReferencesVisitor
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.h 2555 SemiSpace from_space_; member in class:v8::internal::NewSpace
    [all...]

Completed in 94 milliseconds