Lines Matching refs:trace
629 const gc::AllocRecordStackTrace* trace = r->second; in LookupStackTraceSerialNumber() local
630 auto result = traces_.find(trace); in LookupStackTraceSerialNumber()
692 const gc::AllocRecordStackTrace* trace = it.first; in WriteStackTraces() local
694 size_t depth = trace->GetDepth(); in WriteStackTraces()
698 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces()
733 __ AddU4(trace->GetTid()); in WriteStackTraces()
736 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces()
853 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace(); in PopulateAllocationTrackingTraces() local
856 auto records_result = allocation_records_.emplace(obj, trace); in PopulateAllocationTrackingTraces()
861 auto traces_result = traces_.find(trace); in PopulateAllocationTrackingTraces()
863 traces_.emplace(trace, next_trace_sn++); in PopulateAllocationTrackingTraces()
865 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces()
866 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in PopulateAllocationTrackingTraces()