Home | History | Annotate | Download | only in runtime

Lines Matching refs:classes_

1014   explicit ClassListCreator(std::vector<JDWP::RefTypeId>* classes) : classes_(classes) {}
1018 classes_->push_back(Dbg::GetObjectRegistry()->AddRefType(c));
1024 std::vector<JDWP::RefTypeId>* const classes_;