Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dallocation-observer.h71 bool IsActive() const { return !IsPaused() && observers_.size() > 0; } in IsActive() function in v8::internal::final
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.h87 bool IsActive() const { return nesting_ != 0; } in IsActive() function in v8::internal::final
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.h55 bool IsActive() const { return active_.load(std::memory_order_relaxed); } in IsActive() function in v8::sampler::Sampler
/third_party/node/deps/v8/src/wasm/
H A Dstacks.h76 bool IsActive() { in IsActive() function in v8::internal::wasm::StackMemory
/third_party/node/deps/v8/src/heap/cppgc/
H A Dconcurrent-marker.cc222 bool ConcurrentMarkerBase::IsActive() const { in IsActive() function in cppgc::ConcurrentMarkerBase
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.cc129 bool DefaultJobState::IsActive() { in IsActive() function in v8::platform::DefaultJobState
237 bool DefaultJobHandle::IsActive() { return state_->IsActive(); } in IsActive() function in v8::platform::DefaultJobHandle
/third_party/skia/src/sksl/
H A DSkSLThreadContext.cpp190 bool ThreadContext::IsActive() { in IsActive() function in SkSL::ThreadContext
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc60 bool Locker::IsActive() { return WasEverUsed(); } in IsActive() function in v8::Locker
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc214 bool IsActive() const { return read_index_ >= 0 && !ended_; } in IsActive() function in v8::internal::__anon14460::final
/third_party/gptfdisk/
H A Dbasicmbr.cc966 int i, IsActive = 0; in IsEEActive() local
/third_party/node/src/
H A Dinspector_agent.cc624 bool IsActive() { in IsActive() function in node::inspector::NodeInspectorClient
951 bool Agent::IsActive() { in IsActive() function in node::inspector::Agent
H A Djs_native_api_v8_inspector.cc1233 bool IsActive() { in IsActive() function in v8impl::InspectorClient
1413 bool Agent::IsActive() { in IsActive() function in v8impl::Agent
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h199 static bool IsActive() { return is_active; } in IsActive() function in vixl::aarch64::MetaDataDepot::MetaDataMTE
630 bool IsActive(VectorFormat vform, int lane_index) const { in IsActive() function in vixl::aarch64::LogicPRegister
/third_party/glfw/src/
H A Dx11_platform.h820 PFN_XineramaIsActive IsActive; member
/third_party/mesa3d/src/imgui/
H A Dimgui.h1558 bool IsActive() const { return !Filters.empty(); } in IsActive() function
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2082 bool IsActive() const { return !Filters.empty(); } in IsActive() function

Completed in 40 milliseconds