Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc416 class VectorEndianOuputput final : public EndianOutputBuffered { class
418 VectorEndianOuputput(std::vector<uint8_t>& data, size_t reserved_size) in VectorEndianOuputput() function in art::hprof::VectorEndianOuputput
420 ~VectorEndianOuputput() {} in ~VectorEndianOuputput()
817 VectorEndianOuputput output(out_data, max_length); in DumpToDdmsDirect()