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

  /art/runtime/gc/collector/
semi_space-inl.h 45 DCHECK(from_space_->HasAddress(obj));
63 if (from_space_->HasAddress(obj)) {
semi_space.cc 97 from_space_(nullptr),
154 CHECK(from_space_->CanMoveObjects()) << "Attempting to move from " << *from_space_;
220 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) {
221 last_gc_to_space_end_ = from_space_->Begin();
258 const int64_t from_bytes = from_space_->GetBytesAllocated();
260 const uint64_t from_objects = from_space_->GetObjectsAllocated();
267 from_space_->Clear();
268 if (kProtectFromSpace && !from_space_->IsRosAllocSpace()) {
270 VLOG(heap) << "Protecting from_space_ : " << *from_space_
329 space::ContinuousMemMapAllocSpace* const from_space_; member in class:art::gc::collector::SemiSpaceVerifyNoFromSpaceReferencesVisitor::space
    [all...]
semi_space.h 217 space::ContinuousMemMapAllocSpace* from_space_; member in class:art::gc::collector::SemiSpace
246 // Used for generational mode. When true, we only collect the from_space_.
  /art/runtime/gc/accounting/
mod_union_table.cc 95 from_space_(from_space),
121 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) {
132 space::ContinuousSpace* const from_space_; member in class:art::gc::accounting::ModUnionUpdateObjectReferencesVisitor::space
147 from_space_(from_space),
156 from_space_,
165 space::ContinuousSpace* const from_space_; member in class:art::gc::accounting::ModUnionScanImageRootVisitor::space
  /external/v8/src/heap/
spaces.h 2915 SemiSpace from_space_; member in class:v8::internal::NewSpace
    [all...]
spaces.cc     [all...]

Completed in 57 milliseconds