HomeSort by relevance Sort by last modified time
    Searched full:compaction (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/v8/test/mjsunit/regress/
regress-350865.js 5 // Flags: --stress-compaction --stack-size=150
regress-enum-prop-keys-cache-size.js 5 // Flags: --allow-natives-syntax --stress-compaction
regress-set-flags-stress-compact.js 7 %SetFlags("--gc-interval=164 --stress-compaction");
regress-2249.js 28 // Flags: --gc-interval=10 --stress-compaction
regress-put-prototype-transition.js 5 // Flags: --allow-natives-syntax --expose-gc --stress-compaction --gc-interval=255
  /art/runtime/gc/
collector_type.h 33 // Semi-space / mark-sweep hybrid, enables compaction.
43 // A homogeneous space compaction collector used in background transition
heap.h 126 // and compaction.
349 // Update the heap's process state to a new value, may cause compaction to occur.
708 // Returns true if we can do hspace compaction
    [all...]
heap.cc 227 // Background compaction is currently not supported for command line runs.
229 VLOG(heap) << "Disabling background compaction for non zygote";
275 // We don't have hspace compaction enabled with GSS or CC.
285 // This is not the case if we support homogeneous compaction or have a moving background
573 // Is background compaction is enabled?
578 // from the main space to the zygote space. If background compaction is enabled, always pass in
581 // After the zygote we want this to be false if we don't have background compaction enabled so
583 // We never have homogeneous compaction with GSS and don't need a space with movable objects.
    [all...]
reference_queue.cc 93 // We don't want to do this when the zygote compaction collector (SemiSpace) is running.
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 59 * always overwrites the out file [to ensure compaction]
264 DataFactory.persist (cdata, persistFile, false); // never merge to enforce compaction behavior
266 DataFactory.persist (mdata, persistFile, false); // never merge to enforce compaction behavior
268 DataFactory.persist (new SessionData (mdata, cdata), persistFile, false); // never merge to enforce compaction behavior
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.rst 106 **Compaction Table Bytes**
108 The size, in bytes, of all the compaction tables in all the functions.
159 **Number Of Compaction Tables**
161 The total number of compaction tables in all functions in the bitcode file.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CompactArrayTest.java 86 // v1.8 fails with extensive compaction, so set to false
145 // v1.8 fails with extensive compaction, and defaults extensive, so don't compact
  /external/v8/test/cctest/
test-mark-compact.cc 203 // TODO(1600): compaction of map space is temporary removed from GC.
228 // be able to trigger map compaction.
229 // To give an additional chance to fail, try to force compaction which
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.h 14 // about such events like Java locks and GC memory compaction.
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 17 * Uses a simple hash table for compaction.
  /external/v8/src/heap/
gc-idle-time-handler.cc 144 // TODO(ulan): Once we enable code compaction for incremental marking, we
incremental-marking.h 103 // Record a slot for compaction. Returns false for objects that are
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 52 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction
90 * Below, compaction uses a block length of 64 for 2-byte UTF-8.
91 * From here on, compaction uses UTRIE2_DATA_BLOCK_LENGTH.
171 * Plus 1 so that we don't drop this block during compaction.
194 * Fill the index gap with impossible values so that compaction
840 /* compaction --------------------------------------------------------------- */
973 * The compaction
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 76 * Plus 1 so that we don't drop this block during compaction.
99 * Fill the index gap with impossible values so that compaction
613 /* compaction --------------------------------------------------------------- */
728 * The compaction
    [all...]
TrieBuilder.java 168 * compaction.
IntTrieBuilder.java 543 * The compaction
559 // compaction
  /frameworks/base/docs/html/tools/debugging/
debugging-memory.jd 161 <dd>Homogeneous space compaction is free-list space to free-list space compaction which usually
168 GetPrimitiveArrayCritical. while concurrent heap compaction is occuring. In general, the use of
199 compaction (to defragement the heap).</dd>
    [all...]
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 339 * behavior regarding trimming and compaction.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 249 // elements have just been shifted for compaction or been zeroed.
  /art/cmdline/
cmdline_types.h 536 // kCollectorTypeHSpaceCompact then we will do an hspace compaction when
546 background_collector_type_ = gc::kCollectorTypeCC; // Disable background compaction for CC.

Completed in 1641 milliseconds

1 2 3