Home | History | Annotate | Download | only in mirror

Lines Matching refs:GcRoot

27 GcRoot<Class> Method::static_class_;
28 GcRoot<Class> Method::array_class_;
29 GcRoot<Class> Constructor::static_class_;
30 GcRoot<Class> Constructor::array_class_;
35 static_class_ = GcRoot<Class>(klass);
40 static_class_ = GcRoot<Class>(nullptr);
46 array_class_ = GcRoot<Class>(klass);
51 array_class_ = GcRoot<Class>(nullptr);
82 static_class_ = GcRoot<Class>(klass);
87 static_class_ = GcRoot<Class>(nullptr);
93 array_class_ = GcRoot<Class>(klass);
98 array_class_ = GcRoot<Class>(nullptr);