Home
last modified time | relevance | path

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

/external/v8/src/
Dlog-utils.h104 static void stop() { is_stopped_ = true; } in stop()
114 return !is_stopped_ && (output_handle_ != NULL || output_buffer_ != NULL); in IsEnabled()
145 static bool is_stopped_; variable
Dlog-utils.cc122 bool Log::is_stopped_ = false; member in v8::internal::Log
182 is_stopped_ = false; in Close()