Searched refs:AllocRecordStackVisitor (Results 1 – 1 of 1) sorted by relevance
4878 struct AllocRecordStackVisitor : public StackVisitor { struct4879 AllocRecordStackVisitor(Thread* thread, AllocRecord* record_in) in AllocRecordStackVisitor() argument4900 ~AllocRecordStackVisitor() { in ~AllocRecordStackVisitor() argument4931 AllocRecordStackVisitor visitor(self, record); in RecordAllocation()