Searched refs:visitor_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc2039 : StackVisitor(thread, context), visitor_(visitor) {}
2057 visitor_(reinterpret_cast<mirror::Object**>(method_addr), 0 /*ignored*/, this);
2067 visitor_(&new_ref, reg, this);
2088 visitor_(&new_ref, reg, this);
2103 visitor_(reinterpret_cast<mirror::Object**>(&m), 0 /*ignored*/, this);
2139 visitor_(ref_addr, reg, this);
2149 visitor_(&new_ref, reg, this);
2166 const RootVisitor& visitor_; member in class:art::ReferenceMapVisitor

Completed in 91 milliseconds