Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc234 class LockedStream { class
236 explicit LockedStream(const std::string& filepath) { in LockedStream() function in tifast::__anon9d4dc8ac0111::LockedStream
242 ~LockedStream() { in ~LockedStream()
253 static LockedStream* stream = nullptr;
405 stream = new LockedStream(output_file_path); in ProcessOptions()