Lines Matching refs:GcRoot
37 auto it = class_set.Find(GcRoot<mirror::Class>(klass)); in Contains()
48 auto it = class_set.Find(GcRoot<mirror::Class>(klass)); in LookupByDescriptor()
76 *existing_it = GcRoot<mirror::Class>(klass); in UpdateClass()
107 classes_.back().Insert(GcRoot<mirror::Class>(klass)); in Insert()
112 classes_.back().InsertWithHash(GcRoot<mirror::Class>(klass), hash); in InsertWithHash()
127 uint32_t ClassTable::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& root) in operator ()()
133 bool ClassTable::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& a, in operator ()()
134 const GcRoot<mirror::Class>& b) const { in operator ()()
140 bool ClassTable::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& a, in operator ()()
152 for (GcRoot<mirror::Object>& root : strong_roots_) { in InsertStrongRoot()
157 strong_roots_.push_back(GcRoot<mirror::Object>(obj)); in InsertStrongRoot()
167 for (const GcRoot<mirror::Class>& root : class_set) { in WriteToMemory()