Home
last modified time | relevance | path

Searched refs:kDisabled (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dlibplatform.h18 enum class IdleTaskSupport { kDisabled, kEnabled }; member in v8::platform::IdleTaskSupport
19 enum class InProcessStackDumping { kDisabled, kEnabled }; member in v8::platform::InProcessStackDumping
41 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
43 InProcessStackDumping::kDisabled,
52 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
54 InProcessStackDumping::kDisabled,
/third_party/node/deps/v8/include/libplatform/
H A Dlibplatform.h18 enum class IdleTaskSupport { kDisabled, kEnabled }; member in v8::platform::IdleTaskSupport
19 enum class InProcessStackDumping { kDisabled, kEnabled }; member in v8::platform::InProcessStackDumping
41 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
43 InProcessStackDumping::kDisabled,
52 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
54 InProcessStackDumping::kDisabled,
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.cpp25 fScissorStatus = DynamicStateStatus::kDisabled; in begin()
26 fTextureBindingStatus = DynamicStateStatus::kDisabled; in begin()
28 fInstanceBufferStatus = DynamicStateStatus::kDisabled; in begin()
29 fVertexBufferStatus = DynamicStateStatus::kDisabled; in begin()
111 DynamicStateStatus::kUninitialized : DynamicStateStatus::kDisabled; in bindPipeline()
119 DynamicStateStatus::kUninitialized : DynamicStateStatus::kDisabled; in bindPipeline()
122 DynamicStateStatus::kUninitialized : DynamicStateStatus::kDisabled; in bindPipeline()
124 DynamicStateStatus::kUninitialized : DynamicStateStatus::kDisabled; in bindPipeline()
136 SkASSERT(DynamicStateStatus::kDisabled != fScissorStatus); in setScissorRect()
194 SkASSERT((DynamicStateStatus::kDisabled in bindBuffers()
[all...]
H A DGrAppliedClip.h28 static const GrAppliedHardClip kDisabled({1 << 29, 1 << 29}); in Disabled()
29 return kDisabled; in Disabled()
H A DGrOpsRenderPass.h218 kDisabled, member in GrOpsRenderPass::DynamicStateStatus
/third_party/node/deps/v8/include/cppgc/
H A Ddefault-platform.h25 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled, in DefaultPlatform()
29 v8::platform::InProcessStackDumping::kDisabled,
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Ddefault-platform.h25 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled, in DefaultPlatform()
29 v8::platform::InProcessStackDumping::kDisabled,
/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.h150 enum TraceCategory { kEnabled, kDisabled }; enumerator
217 using DisabledScope = InternalScope<kDisabled, kMutatorThread>;
219 using DisabledConcurrentScope = InternalScope<kDisabled, kConcurrentThread>;
402 case kDisabled: in TraceCategory()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.h33 IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled,
/third_party/node/deps/v8/src/wasm/
H A Dcompilation-environment.h48 enum class DynamicTiering { kEnabled, kDisabled };
H A Dwasm-serialization.cc873 : DynamicTiering::kDisabled; in DeserializeNativeModule()
874 const bool kIncludeLiftoff = dynamic_tiering == DynamicTiering::kDisabled; in DeserializeNativeModule()
H A Dmodule-compiler.cc1935 : DynamicTiering::kDisabled; in CompileToNativeModule()
2011 : DynamicTiering::kDisabled), in AsyncCompileJob()
3613 if (dynamic_tiering_ == DynamicTiering::kDisabled && in TriggerCallbacks()
/third_party/skia/bench/
H A DTessellateBench.cpp141 GrPipeline noVaryingsPipeline(GrScissorTest::kDisabled, SkBlendMode::kSrcOver, in DEF_PATH_TESS_BENCH()
155 GrPipeline noVaryingsPipeline(GrScissorTest::kDisabled, SkBlendMode::kSrcOver, in DEF_PATH_TESS_BENCH()
/third_party/node/deps/v8/src/execution/
H A Dmessages.h75 // |kDisabled| is useful when you don't need the stack information at all, for
77 enum class StackTraceCollection { kEnabled, kDisabled };
H A Dmessages.cc585 case StackTraceCollection::kDisabled: in Construct()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.h142 enum BrokerMode { kDisabled, kSerializing, kSerialized, kRetired }; enumerator
442 BrokerMode mode_ = kDisabled;
H A Dheap-refs.cc107 CHECK_IMPLIES(broker->mode() == JSHeapBroker::kDisabled || in ObjectData()
946 CHECK_EQ(mode_, kDisabled); in InitializeAndStartSerializing()
978 if (mode() == JSHeapBroker::kDisabled) { in TryGetOrCreateData()
2078 case JSHeapBroker::kDisabled: in data()
2093 broker->mode() != JSHeapBroker::kDisabled) { in AsRef()
H A Djs-heap-broker.cc132 DCHECK((mode() == kDisabled && !target_native_context_.has_value()) || in SetTargetNativeContextRef()
175 if (mode() == kDisabled) { in IsArrayOrObjectPrototype()
/third_party/skia/tests/
H A DGrPipelineDynamicStateTest.cpp233 for (GrScissorTest scissorTest : {GrScissorTest::kEnabled, GrScissorTest::kDisabled}) {
/third_party/skia/gm/
H A Dtessellation.cpp322 GrPipeline pipeline(GrScissorTest::kDisabled, SkBlendMode::kSrc,
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc350 return TraceRetainingPathMode::kDisabled; in retaining_path_mode()
H A Dmark-compact.h434 : TraceRetainingPathMode::kDisabled; in retaining_path_mode()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1429 this->flushScissorTest(GrScissorTest::kDisabled); in onCreateTexture()
2043 this->flushScissorTest(GrScissorTest::kDisabled); in beginCommandBuffer()
2407 this->flushScissorTest(GrScissorTest::kDisabled); in resolveRenderFBOs()
3400 this->flushScissorTest(GrScissorTest::kDisabled); in copySurfaceAsDraw()
3451 this->flushScissorTest(GrScissorTest::kDisabled); in copySurfaceAsBlitFramebuffer()
3532 this->flushScissorTest(GrScissorTest::kDisabled); in onRegenerateMipMapLevels()
/third_party/skia/include/private/
H A DGrTypesPriv.h144 kDisabled = false,
/third_party/node/deps/v8/src/common/
H A Dglobals.h1829 enum class TraceRetainingPathMode { kEnabled, kDisabled };

Completed in 37 milliseconds

12