Searched refs:heap_trace (Results 1 – 3 of 3) sorted by relevance
242 void AddHeapTrace(const HeapSimulatorTrace& heap_trace) { in AddHeapTrace() argument243 heap_traces_.push_back(heap_trace); in AddHeapTrace()
901 for (const HeapSimulatorTrace& heap_trace : allocation.HeapTraces()) { in ToProto() local902 *proto.add_heap_simulator_traces() = heap_trace; in ToProto()1505 const BufferAllocation& allocation, const HeapSimulatorTrace& heap_trace) { in ComputePeakMemoryLogicalBuffers() argument1536 for (const auto& event : heap_trace.events()) { in ComputePeakMemoryLogicalBuffers()1553 for (const auto& event : heap_trace.events()) { in ComputePeakMemoryLogicalBuffers()
3429 HeapSimulatorTrace* heap_trace = in VerifyAndExportHeapSimulatorTrace() local3444 HeapSimulatorTrace::Event* heap_trace_event = heap_trace->add_events(); in VerifyAndExportHeapSimulatorTrace()