Home | History | Annotate | Download | only in gc

Lines Matching refs:failed_

3002       : heap_(heap), failed_(failed) {
3023 *failed_ = true;
3061 *failed_ = true;
3069 bool* const failed_;
3076 failed_(false) {}
3080 VerifyReferenceCardVisitor visitor(heap_, const_cast<bool*>(&failed_));
3085 return failed_;
3090 bool failed_;