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

  /art/runtime/gc/collector/
semi_space-inl.h 35 CHECK(!semi_space_->to_space_->HasAddress(obj)) << "Marking " << obj << " in to_space_";
semi_space.cc 70 if (space == to_space_ || collect_from_space_only_) {
91 to_space_(nullptr),
144 to_space_live_bitmap_ = to_space_->GetLiveBitmap();
409 last_gc_to_space_end_ = to_space_->End();
492 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr);
526 // DCHECK(!to_space_->HasAddress(obj)) failure below.
537 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr);
566 DCHECK(to_space_->HasAddress(forward_address) ||
633 return space != from_space_ && space != to_space_;
729 to_space_->HasAddress(obj))
    [all...]
semi_space.h 215 space::ContinuousMemMapAllocSpace* to_space_; member in class:art::gc::collector::SemiSpace
253 // The space which we copy to if the to_space_ is full.
257 // to_space_ when calculating how many objects and bytes we freed.
  /external/chromium_org/v8/src/heap/
spaces.h 2554 SemiSpace to_space_; member in class:v8::internal::NewSpace
    [all...]
spaces.cc     [all...]
spaces-inl.h 283 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_);
  /art/runtime/gc/
heap.cc     [all...]

Completed in 77 milliseconds