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

  /art/runtime/gc/collector/
partial_mark_sweep.cc 42 immune_spaces_.AddSpace(space);
semi_space-inl.h 62 } else if (!collect_from_space_only_ && !immune_spaces_.IsInImmuneRegion(obj)) {
mark_compact.cc 49 immune_spaces_.AddSpace(space);
114 immune_spaces_.Reset();
136 if (!immune_spaces_.IsInImmuneRegion(obj)) {
213 if (immune_spaces_.ContainsSpace(space)) {
469 if (immune_spaces_.IsInImmuneRegion(object)) {
498 return space != space_ && !immune_spaces_.ContainsSpace(space);
concurrent_copying.cc 203 immune_spaces_.AddSpace(space);
234 immune_spaces_.Reset();
258 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin()
259 << "-" << immune_spaces_.GetLargestImmuneRegion().End();
260 for (space::ContinuousSpace* space : immune_spaces_.GetSpaces()) {
431 if (!collector_->immune_spaces_.ContainsObject(ref.Ptr())) {
440 CHECK(collector_->immune_spaces_.ContainsObject(
449 for (auto& space : immune_spaces_.GetSpaces()) {
602 for (space::ContinuousSpace* space : immune_spaces_.GetSpaces()) {
642 DCHECK(immune_spaces_.ContainsObject(obj))
    [all...]
concurrent_copying-inl.h 143 if (immune_spaces_.ContainsObject(from_ref)) {
mark_compact.h 200 ImmuneSpaces immune_spaces_; member in class:art::gc::collector::MarkCompact
semi_space.h 209 ImmuneSpaces immune_spaces_; member in class:art::gc::collector::SemiSpace
mark_sweep.cc 88 immune_spaces_.AddSpace(space);
117 immune_spaces_.Reset();
291 for (const auto& space : immune_spaces_.GetSpaces()) {
480 if (immune_spaces_.IsInImmuneRegion(obj)) {
521 if (immune_spaces_.IsInImmuneRegion(obj)) {
    [all...]
mark_sweep.h 321 ImmuneSpaces immune_spaces_; member in class:art::gc::collector::MarkSweep
semi_space.cc 70 immune_spaces_.AddSpace(space);
149 immune_spaces_.Reset();
765 immune_spaces_.IsInImmuneRegion(obj) ||
    [all...]
concurrent_copying.h 274 ImmuneSpaces immune_spaces_; member in class:art::gc::collector::ConcurrentCopying

Completed in 230 milliseconds