Home
last modified time | relevance | path

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

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