Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc225 use_tombstoned_traces_(false), in Runtime()
864 signal_catcher_ = new SignalCatcher(stack_trace_file_, use_tombstoned_traces_); in StartSignalCatcher()
1100 use_tombstoned_traces_ = runtime_options.GetOrDefault(Opt::UseTombstonedTraces); in Init()
1102 CHECK(!use_tombstoned_traces_) in Init()
Druntime.h787 bool use_tombstoned_traces_; variable