Searched defs:VisitRoot (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dgc_root.h79 void VisitRoot(RootCallback* callback, void* arg, const RootInfo& info) const { function
87 VisitRoot(callback, arg, info);
/art/runtime/hprof/
H A Dhprof.cc510 reinterpret_cast<Hprof*>(arg)->VisitRoot(*obj, root_info);
520 void VisitRoot(const mirror::Object* obj, const RootInfo& root_info)
1065 void Hprof::VisitRoot(const mirror::Object* obj, const RootInfo& root_info) { function in class:art::hprof::Hprof

Completed in 83 milliseconds