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