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

  /art/runtime/gc/collector/
semi_space.h 219 space::ContinuousMemMapAllocSpace* from_space_; member in class:art::gc::collector::SemiSpace
248 // Used for generational mode. When true, we only collect the from_space_.
semi_space.cc 98 from_space_(nullptr),
155 CHECK(from_space_->CanMoveObjects()) << "Attempting to move from " << *from_space_;
221 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) {
222 last_gc_to_space_end_ = from_space_->Begin();
259 const int64_t from_bytes = from_space_->GetBytesAllocated();
261 const uint64_t from_objects = from_space_->GetObjectsAllocated();
268 from_space_->Clear();
272 if (!from_space_->IsRosAllocSpace()) {
274 VLOG(heap) << "Protecting from_space_ : " << *from_space_
322 space::ContinuousMemMapAllocSpace* const from_space_; member in class:art::gc::collector::SemiSpace::VerifyNoFromSpaceReferencesVisitor::space
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 96 from_space_(from_space),
122 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) {
133 space::ContinuousSpace* const from_space_; member in class:art::gc::accounting::ModUnionUpdateObjectReferencesVisitor::space
148 from_space_(from_space),
157 from_space_,
166 space::ContinuousSpace* const from_space_; member in class:art::gc::accounting::ModUnionScanImageRootVisitor::space
  /external/v8/src/heap/
spaces.h 2651 SemiSpace from_space_; member in class:v8::internal::NewSpace
    [all...]

Completed in 118 milliseconds