Home
last modified time | relevance | path

Searched refs:roots_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dclass_table_test.cc62 roots_.insert(root->AsMirrorPtr()); in VisitRoot()
65 mutable std::set<mirror::Object*> roots_; member in art::mirror::CollectRootVisitor
124 EXPECT_TRUE(roots.roots_.find(h_X.Get()) != roots.roots_.end()); in TEST_F()
125 EXPECT_TRUE(roots.roots_.find(h_Y.Get()) != roots.roots_.end()); in TEST_F()
126 EXPECT_TRUE(roots.roots_.find(obj_X.Get()) != roots.roots_.end()); in TEST_F()
Dgc_root.h278 roots_[buffer_pos_++] = root; in VisitRoot()
282 visitor_->VisitRoots(roots_, buffer_pos_, root_info_); in Flush()
289 mirror::CompressedReference<mirror::Object>* roots_[kBufferSize]; variable
/art/runtime/hprof/
Dhprof.cc1098 roots_.insert(root->AsMirrorPtr()); in DumpHeapObject()
1102 return roots_; in DumpHeapObject()
1108 mutable std::set<mirror::Object*> roots_; in DumpHeapObject() member in art::hprof::Hprof::DumpHeapObject::RootCollector
/art/runtime/gc/collector/
Dmark_compact.cc3674 *start++ = roots_[--idx_]; in Flush()
3684 roots_[idx_++].Assign(obj); in Push()
3687 StackReference<mirror::Object> roots_[kBufferSize]; member in art::gc::collector::MarkCompact::ThreadRootsVisitor