Searched refs:moving_space_end_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/collector/ |
D | mark_compact.cc | 466 moving_space_end_(bump_pointer_space_->Limit()), in MarkCompact() 791 moving_space_end_ = bump_pointer_space_->Limit(); in InitializePhase() 1519 moving_space_end_(collector->moving_space_end_), in RefsUpdateVisitor() 1537 collector_->UpdateRef(obj_, offset, moving_space_begin_, moving_space_end_); in operator ()() 1550 collector_->UpdateRef(obj_, offset, moving_space_begin_, moving_space_end_); in operator ()() 1564 collector_->UpdateRoot(root, moving_space_begin_, moving_space_end_); in VisitRoot() 1570 uint8_t* const moving_space_end_; member in art::gc::collector::MarkCompact::RefsUpdateVisitor 2905 moving_space_end_(collector->moving_space_end_) {} in ClassLoaderRootsUpdater() 2926 root, moving_space_begin_, moving_space_end_, RootInfo(RootType::kRootVMInternal)); in VisitRoot() 2932 uint8_t* const moving_space_end_; member in art::gc::collector::MarkCompact::ClassLoaderRootsUpdater [all …]
|
D | mark_compact.h | 252 return HasAddress(obj, moving_space_begin_, moving_space_end_); in HasAddress() 805 uint8_t* moving_space_end_; variable
|