Searched refs:started_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dthread_pool.cc113 if (started_ && waiting_count_ != 0) {
128 started_(false),
170 started_ = true;
178 started_ = false;
H A Dthread_pool.h149 return started_ && !tasks_.empty();
156 volatile bool started_ GUARDED_BY(task_queue_lock_);
H A Druntime.h208 return started_;
915 bool started_; member in class:art::verifier::VerifyMode
H A Druntime.cc241 started_(false),
750 started_ = true;
764 // InitNativeMethods needs to be after started_ so that the classes
/art/test/912-classes/
H A Dclasses.cc442 started_ = true;
464 cond_started_.wait(lk, [] { return started_; });
559 static bool started_; member in class:art::Test912Classes::ClassLoadPrepareEquality
572 bool ClassLoadPrepareEquality::started_ = false; member in class:art::Test912Classes::ClassLoadPrepareEquality
/art/runtime/hprof/
H A Dhprof.cc160 EndianOutput() : length_(0), sum_length_(0), max_length_(0), started_(false) {}
171 started_ = true;
176 if (started_) {
186 started_ = false;
295 bool started_; // Was StartRecord called? member in class:art::hprof::EndianOutput
373 if (kIsDebugBuild && started_) {
/art/compiler/linker/
H A Delf_builder.h550 started_(false),
621 started_ = true;
627 DCHECK(started_);
1035 bool started_; member in class:art::linker::FINAL

Completed in 139 milliseconds