Searched refs:contains_reference_to_target_space_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
H A Dremembered_set.cc67 contains_reference_to_target_space_(contains_reference_to_target_space) {}
74 *contains_reference_to_target_space_ = true;
83 *contains_reference_to_target_space_ = true;
98 *contains_reference_to_target_space_ = true;
107 bool* const contains_reference_to_target_space_; member in class:art::gc::accounting::RememberedSetReferenceVisitor
116 contains_reference_to_target_space_(contains_reference_to_target_space) {}
120 RememberedSetReferenceVisitor visitor(target_space_, contains_reference_to_target_space_,
128 bool* const contains_reference_to_target_space_; member in class:art::gc::accounting::RememberedSetObjectVisitor

Completed in 54 milliseconds