Searched refs:root_obj (Results 1 – 1 of 1) sorted by relevance
953 void AddRoot(art::mirror::Object* root_obj, const art::RootInfo& info) in AddRoot() argument959 bool add_to_worklist = ReportRoot(root_obj, info); in AddRoot()961 if (visited_->find(root_obj) == visited_->end()) { in AddRoot()963 visited_->insert(root_obj); in AddRoot()964 worklist_->push_back(root_obj); in AddRoot()1083 bool ReportRoot(art::mirror::Object* root_obj, const art::RootInfo& info) in ReportRoot() argument1088 jint result = helper_->ReportReference(kind, &ref_info, nullptr, root_obj); in ReportRoot()