Searched defs:contains_reference_to_target_space (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
H A Dremembered_set.cc64 bool* const contains_reference_to_target_space,
67 contains_reference_to_target_space_(contains_reference_to_target_space) {}
113 bool* const contains_reference_to_target_space,
116 contains_reference_to_target_space_(contains_reference_to_target_space) {}
134 bool contains_reference_to_target_space = false; local
135 RememberedSetObjectVisitor obj_visitor(target_space, &contains_reference_to_target_space,
140 contains_reference_to_target_space = false;
144 if (!contains_reference_to_target_space) {
63 RememberedSetReferenceVisitor(space::ContinuousSpace* target_space, bool* const contains_reference_to_target_space, collector::GarbageCollector* collector) argument
112 RememberedSetObjectVisitor(space::ContinuousSpace* target_space, bool* const contains_reference_to_target_space, collector::GarbageCollector* collector) argument

Completed in 132 milliseconds