Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc202 class DumpCheckpoint final : public Closure { class
204 DumpCheckpoint(std::ostream* os, bool dump_native_stack) in DumpCheckpoint() function in art::DumpCheckpoint
263 DumpCheckpoint checkpoint(&os, dump_native_stack); in Dump()