Home | History | Annotate | Download | only in gc

Lines Matching defs:obj_

2919   explicit RootMatchesObjectVisitor(const mirror::Object* obj) : obj_(obj) { }
2923 if (root == obj_) {
2924 LOG(INFO) << "Object " << obj_ << " is a root " << info.ToString();
2929 const mirror::Object* const obj_;