Home
last modified time | relevance | path

Searched defs:RootMatchesObjectVisitor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dheap.cc3044 class RootMatchesObjectVisitor : public SingleRootVisitor { class
3046 explicit RootMatchesObjectVisitor(const mirror::Object* obj) : obj_(obj) { } in RootMatchesObjectVisitor() function in art::gc::RootMatchesObjectVisitor