Home
last modified time | relevance | path

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

/external/v8/src/
Dlog-utils.h33 void stop() { is_stopped_ = true; } in stop()
49 bool IsEnabled() { return !is_stopped_ && output_handle_ != nullptr; } in IsEnabled()
115 bool is_stopped_; variable
Dlog-utils.cc37 : is_stopped_(false), in Log()
82 is_stopped_ = false; in Close()