Home
last modified time | relevance | path

Searched refs:should_compact (Results 1 – 10 of 10) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/
H A DJsonLd_real.php117 $should_compact = (isset($options['compact']) and $options['compact'] == true);
128 if ($should_compact) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1FullGCPrepareTask.cpp56 if (should_compact(hr)) { in do_heap_region()
139 bool G1FullGCPrepareTask::G1CalculatePointersClosure::should_compact(HeapRegion* hr) { in should_compact() function in G1FullGCPrepareTask::G1CalculatePointersClosure
H A Dg1FullGCPrepareTask.hpp63 bool should_compact(HeapRegion* hr);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1889 bool should_compact = false; in acquire_control_and_collect() local
1892 &should_compact, &should_start_over); in acquire_control_and_collect()
1898 should_compact = true; in acquire_control_and_collect()
1901 should_compact = false; in acquire_control_and_collect()
1910 set_did_compact(should_compact); in acquire_control_and_collect()
1911 if (should_compact) { in acquire_control_and_collect()
1971 bool clear_all_soft_refs, bool* should_compact, in decide_foreground_collection_type() argument
1988 *should_compact = in decide_foreground_collection_type()
1994 if (clear_all_soft_refs && !*should_compact) { in decide_foreground_collection_type()
2004 *should_compact = true; in decide_foreground_collection_type()
H A DconcurrentMarkSweepGeneration.hpp846 bool* should_compact, bool* should_start_over);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1889 bool should_compact = false; in acquire_control_and_collect() local
1892 &should_compact, &should_start_over); in acquire_control_and_collect()
1898 should_compact = true; in acquire_control_and_collect()
1901 should_compact = false; in acquire_control_and_collect()
1910 set_did_compact(should_compact); in acquire_control_and_collect()
1911 if (should_compact) { in acquire_control_and_collect()
1971 bool clear_all_soft_refs, bool* should_compact, in decide_foreground_collection_type() argument
1988 *should_compact = in decide_foreground_collection_type()
1994 if (clear_all_soft_refs && !*should_compact) { in decide_foreground_collection_type()
2004 *should_compact = true; in decide_foreground_collection_type()
H A DconcurrentMarkSweepGeneration.hpp846 bool* should_compact, bool* should_start_over);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/impl/
H A Dthread_state.cc1521 MarkingVisitor::MarkingMode GetMarkingMode(bool should_compact) { in GetMarkingMode() argument
1522 return (should_compact) ? MarkingVisitor::kGlobalMarkingWithCompaction in GetMarkingMode()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp22373 should_compact = TRUE;
22441 else if (should_compact)
22591 if (should_compact)
30203 should_compact = TRUE;
30222 should_compact = TRUE;
30241 if (!should_compact)
30251 if (should_compact)
30267 if (!should_compact)
30293 if(!should_compact)
30364 return should_compact;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dthread_state.cc1640 MarkingVisitor::MarkingMode GetMarkingMode(bool should_compact) { in GetMarkingMode() argument
1641 return (should_compact) ? MarkingVisitor::kGlobalMarkingWithCompaction in GetMarkingMode()