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
122 EXPECT_TRUE(roots.roots_.find(h_X.Get()) != roots.roots_.end()); in TEST_F()
123 EXPECT_TRUE(roots.roots_.find(h_Y.Get()) != roots.roots_.end()); in TEST_F()
124 EXPECT_TRUE(roots.roots_.find(obj_X.Get()) != roots.roots_.end()); in TEST_F()
Dgc_root.h273 roots_[buffer_pos_++] = root; in VisitRoot()
277 visitor_->VisitRoots(roots_, buffer_pos_, root_info_); in Flush()
284 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/dex2oat/linker/
Dimage_writer.cc1897 roots.swap(roots_); in ReleaseRoots()
1903 roots_.push_back(ref->AsMirrorPtr()); in VisitRootIfNonNull()
1908 std::vector<ObjPtr<mirror::Object>> roots_; member in art::linker::ImageWriter::LayoutHelper::CollectRootsVisitor