/third_party/node/deps/v8/infra/testing/ |
D | builders.pyl | 1418 'V8 Linux64 TSAN - stress-incremental-marking': { 1430 'test_args': ['--extra-flags=--stress-incremental-marking'], 1435 'test_args': ['--extra-flags=--stress-incremental-marking'], 1441 'test_args': ['--extra-flags=--stress-incremental-marking'], 1446 'test_args': ['--extra-flags=--stress-incremental-marking'], 1459 'V8 Linux64 TSAN - no-concurrent-marking': { 2050 'suffix': 'marking', 2051 'test_args': ['--total-timeout-sec=2100', '--stress-marking=1'] 2082 '--stress-marking=4', 2110 'suffix': 'marking', [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/GREMEDY/ |
D | GREMEDY_frame_terminator.txt | 38 This extension defines a mechanism that enables marking the end 44 marking and clearing stream loggers logs, performance counters 112 statistical analysis, marking and clearing stream loggers logs, performance
|
/third_party/openGLES/extensions/GREMEDY/ |
D | GREMEDY_frame_terminator.txt | 38 This extension defines a mechanism that enables marking the end 44 marking and clearing stream loggers logs, performance counters 112 statistical analysis, marking and clearing stream loggers logs, performance
|
/third_party/node/deps/v8/include/cppgc/ |
D | README.md | 9 - Incremental and concurrent marking; 54 Oilpan can just start marking from the regular root set and collect all garbage precisely. 79 The marking phase consists of the following steps: 87 The marking phase can be executed atomically in a stop-the-world manner, in which all 3 steps are e… 90 With incremental/concurrent marking, step 1 is executed in a short pause after which the mutator re… 121 Similar to marking, sweeping can be executed in either an atomic stop-the-world manner or increment…
|
/third_party/node/deps/v8/src/heap/ |
D | incremental-marking.h | 44 explicit PauseBlackAllocationScope(IncrementalMarking* marking) in PauseBlackAllocationScope() argument 45 : marking_(marking), paused_(false) { in PauseBlackAllocationScope()
|
D | gc-tracer.h | 252 const char* collector_reason, MarkingType marking);
|
D | gc-tracer.cc | 273 const char* collector_reason, MarkingType marking) { in StartCycle() argument 295 type = marking == MarkingType::kIncremental in StartCycle() 308 switch (marking) { in StartCycle()
|
/third_party/node/deps/v8/ |
D | BUILD.bazel | 1384 "src/heap/concurrent-marking.cc", 1385 "src/heap/concurrent-marking.h", 1388 "src/heap/cppgc-js/cpp-marking-state.h", 1389 "src/heap/cppgc-js/cpp-marking-state-inl.h", 1392 "src/heap/cppgc-js/unified-heap-marking-state.cc", 1393 "src/heap/cppgc-js/unified-heap-marking-state.h", 1394 "src/heap/cppgc-js/unified-heap-marking-state-inl.h", 1395 "src/heap/cppgc-js/unified-heap-marking-verifier.cc", 1396 "src/heap/cppgc-js/unified-heap-marking-verifier.h", 1397 "src/heap/cppgc-js/unified-heap-marking-visitor.cc", [all …]
|
D | BUILD.gn | 450 "Concurrent marking requires atomic object field writes.") 564 "Requires unconditional write barriers or none (which disables incremental marking)") 2979 "src/heap/concurrent-marking.h", 2981 "src/heap/cppgc-js/cpp-marking-state-inl.h", 2982 "src/heap/cppgc-js/cpp-marking-state.h", 2984 "src/heap/cppgc-js/unified-heap-marking-state-inl.h", 2985 "src/heap/cppgc-js/unified-heap-marking-state.h", 2986 "src/heap/cppgc-js/unified-heap-marking-verifier.h", 2987 "src/heap/cppgc-js/unified-heap-marking-visitor.h", 3010 "src/heap/incremental-marking-inl.h", [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.3.7.rst | 37 without marking it dirty.
|
D | 10.4.2.rst | 37 without marking it dirty.
|
D | 22.0.3.rst | 182 - nir: fix marking XFB varyings as always active IO
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | README.txt | 9 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/ |
D | README.markdown | 93 the usual manner, such as the Resource Compiler, and marking it as
|
/third_party/json/tests/ |
D | CMakeLists.txt | 110 # Print selected standards marking unavailable ones with brackets
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_encode_h264_extensions.txt | 409 The entires provided must: not reflect decoded picture marking 423 The entires provided must: not reflect decoded picture marking 438 Info provided must: reflect decoded picture marking operations in this 490 marking operations described for List0 in 501 marking operations described for List1 in
|
/third_party/node/deps/v8/infra/mb/ |
D | mb_config.pyl | 104 'V8 Linux64 TSAN - no-concurrent-marking - builder': 'release_x64_tsan_no_cm', 721 # Disable concurrent marking and atomic object field writes in order to 723 # atomic marking state enabled because that is needed for the concurrent
|
/third_party/rust/crates/bindgen/book/src/ |
D | faq.md | 66 transitively contain STL things. We generally recommend marking `std::.*` as
|
/third_party/curl/lib/ |
D | CMakeLists.txt | 103 # should export (vs. marking these symbols exportable at compile-time).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_query_resource_tag.txt | 179 and marking the tagId as unused should the tagId be purged from the
|
D | NV_path_rendering_shared_edge.txt | 139 accuracy, we can avoid this artifact by marking as a "shared
|
/third_party/openGLES/extensions/NV/ |
D | NV_query_resource_tag.txt | 179 and marking the tagId as unused should the tagId be purged from the
|
D | NV_path_rendering_shared_edge.txt | 139 accuracy, we can avoid this artifact by marking as a "shared
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.td | 36 // Predicate for marking the instruction as usable in hard-float mode only.
|
/third_party/libinput/doc/user/ |
D | touchpads.rst | 222 touchpads provided a marking on the touch area that designates the
|