Searched refs:AllocRecordStackVisitor (Results 1 – 1 of 1) sorted by relevance
189 class AllocRecordStackVisitor : public StackVisitor { class191 AllocRecordStackVisitor(Thread* thread, size_t max_depth, AllocRecordStackTrace* trace_out) in AllocRecordStackVisitor() function in art::gc::AllocRecordStackVisitor273 AllocRecordStackVisitor visitor(self, max_stack_depth_, /*out*/ &trace); in RecordAllocation()