Searched refs:root_obj (Results 1 – 1 of 1) sorted by relevance
957 void AddRoot(art::mirror::Object* root_obj, const art::RootInfo& info) in AddRoot() argument963 bool add_to_worklist = ReportRoot(root_obj, info); in AddRoot()965 if (visited_->find(root_obj) == visited_->end()) { in AddRoot()967 visited_->insert(root_obj); in AddRoot()968 worklist_->push_back(root_obj); in AddRoot()1080 bool ReportRoot(art::mirror::Object* root_obj, const art::RootInfo& info) in ReportRoot() argument1085 jint result = helper_->ReportReference(kind, &ref_info, nullptr, root_obj); in ReportRoot()