Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/libplatform/
Ddefault-job.cc130 bool DefaultJobState::IsActive() { in IsActive() function in v8::platform::DefaultJobState
238 bool DefaultJobHandle::IsActive() { return state_->IsActive(); } in IsActive() function in v8::platform::DefaultJobHandle
/external/v8/src/libsampler/
Dsampler.h51 bool IsActive() const { return active_.load(std::memory_order_relaxed); } in IsActive() function
/external/v8/src/init/
Dbootstrapper.h83 bool IsActive() const { return nesting_ != 0; } in IsActive() function
/external/autotest/client/cros/cellular/pseudomodem/
Dbearer.py54 def IsActive(self): member in Bearer
/external/webrtc/talk/session/media/
Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { in IsActive() function in cricket::RtcpMuxFilter
Dsrtpfilter.cc125 bool SrtpFilter::IsActive() const { in IsActive() function in cricket::SrtpFilter
/external/v8/src/heap/
Dsafepoint.h46 bool IsActive() { return active_safepoint_scopes_ > 0; } in IsActive() function
Dallocation-observer.h29 bool IsActive() { return !IsPaused() && observers_.size() > 0; } in IsActive() function
/external/v8/src/heap/cppgc/
Dconcurrent-marker.cc190 bool ConcurrentMarkerBase::IsActive() const { in IsActive() function in cppgc::internal::ConcurrentMarkerBase
/external/v8/src/execution/
Dv8threads.cc54 bool Locker::IsActive() { in IsActive() function in v8::Locker
/external/clang/lib/CodeGen/
DCGCleanup.cpp190 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
524 llvm::Value *IsActive in EmitCleanup() local
610 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
DCGCleanup.h75 unsigned IsActive : 1; variable
DCGCall.cpp3315 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local
/external/v8/include/
Dv8-platform.h233 virtual bool IsActive() { return !IsCompleted(); } in IsActive() function
/external/v8/src/debug/
Ddebug-coverage.cc213 bool IsActive() const { return read_index_ >= 0 && !ended_; } in IsActive() function in v8::internal::__anonaab7b69a0211::CoverageBlockIterator
/external/gptfdisk/
Dbasicmbr.cc966 int i, IsActive = 0; in IsEEActive() local
/external/clang/include/clang/Basic/
DDiagnostic.h882 mutable bool IsActive = false; variable
/external/mesa3d/src/imgui/
Dimgui.h1558 bool IsActive() const { return !Filters.empty(); } in IsActive() function