Searched refs:active_ (Results 1 - 14 of 14) sorted by relevance

/external/v8/test/cctest/
H A Dcctest.h93 active_(true) {
116 bool active_; member in class:ApiTestFuzzer
H A Dtest-api.cc6966 active_ = false;
7018 } while (!RegisterThreadedTest::nth(next_test)->fuzzer_->active_);
/external/v8/src/
H A Dplatform.h553 inline bool IsActive() { return active_; }
560 bool active_; member in class:v8::internal::Sampler
H A Dplatform-freebsd.cc612 : interval_(interval), profiling_(profiling), active_(false) {
645 active_ = true;
659 active_ = false;
H A Dplatform-macos.cc619 : interval_(interval), profiling_(profiling), active_(false) {
647 active_ = true;
655 active_ = false;
H A Dplatform-openbsd.cc564 : interval_(interval), profiling_(profiling), active_(false) {
597 active_ = true;
611 active_ = false;
H A Dplatform-solaris.cc555 : interval_(interval), profiling_(profiling), active_(false) {
588 active_ = true;
602 active_ = false;
H A Dv8threads.cc47 bool Locker::active_ = false; member in class:v8::Locker
54 active_ = true;
H A Dplatform-linux.cc785 : interval_(interval), profiling_(profiling), active_(false) {
820 active_ = true;
834 active_ = false;
H A Ddebug-debugger.js106 this.active_ = true;
136 return this.active_;
159 this.active_ = true;
164 this.active_ = false;
236 this.active_ = true;
283 return this.active_;
298 this.active_ = true;
303 this.active_ = false;
H A Dplatform-nullos.cc432 active_ = false;
H A Dplatform-win32.cc1852 : interval_(interval), profiling_(profiling), active_(false) {
1883 active_ = true;
1895 active_ = false;
H A Dbootstrapper.cc272 BootstrapperActive active_; member in class:BASE_EMBEDDED
/external/v8/include/
H A Dv8.h2831 static bool IsActive() { return active_; }
2837 static bool active_; member in class:v8::Locker

Completed in 137 milliseconds