Home | History | Annotate | Download | only in runtime

Lines Matching refs:class_roots_

192       class_roots_(NULL),
252 class_roots_ = mirror::ObjectArray<mirror::Class>::Alloc(self, object_array_class.get(), kClassRootsMax);
253 CHECK(class_roots_ != NULL);
513 // ensure all class_roots_ are initialized
1032 class_roots_ = class_roots;
1068 // reinit class_roots_
1070 class_roots_ = class_roots;
1097 visitor(class_roots_, arg);
1390 // finish up init of hand crafted class_roots_
4276 DCHECK(class_roots_ != NULL);
4277 DCHECK(class_roots_->Get(class_root) == NULL);
4278 class_roots_->Set(class_root, klass);