Lines Matching refs:trace
631 const gc::AllocRecordStackTrace* trace = r->second; in LookupStackTraceSerialNumber() local
632 auto result = traces_.find(trace); in LookupStackTraceSerialNumber()
694 const gc::AllocRecordStackTrace* trace = it.first; in WriteStackTraces() local
696 size_t depth = trace->GetDepth(); in WriteStackTraces()
700 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces()
735 __ AddU4(trace->GetTid()); in WriteStackTraces()
738 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces()
847 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace(); in PopulateAllocationTrackingTraces() local
850 auto records_result = allocation_records_.emplace(obj, trace); in PopulateAllocationTrackingTraces()
855 auto traces_result = traces_.find(trace); in PopulateAllocationTrackingTraces()
857 traces_.emplace(trace, next_trace_sn++); in PopulateAllocationTrackingTraces()
859 for (size_t i = 0, depth = trace->GetDepth(); i < depth; ++i) { in PopulateAllocationTrackingTraces()
860 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in PopulateAllocationTrackingTraces()