Home
last modified time | relevance | path

Searched refs:net_output (Results 1 – 1 of 1) sorted by relevance

/art/runtime/hprof/
Dhprof.cc713 NetStateEndianOutput net_output(net_state, max_length); in DumpToDdmsDirect() local
714 output_ = &net_output; in DumpToDdmsDirect()
715 net_output.AddU1List(chunk_header, kChunkHeaderSize); in DumpToDdmsDirect()
721 DCHECK_LE(net_output.SumLength(), overall_size + kChunkHeaderSize); in DumpToDdmsDirect()