Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc957 void AddRoot(art::mirror::Object* root_obj, const art::RootInfo& info) in AddRoot() argument
963 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() argument
1085 jint result = helper_->ReportReference(kind, &ref_info, nullptr, root_obj); in ReportRoot()