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

1 2 3 4 5

  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417Compaction.h 11 enum Compaction { AUTO, TEXT, BYTES, NUMERIC };
BC_PDF417.h 32 void setCompaction(Compaction compaction);
61 Compaction m_compaction;
BC_PDF417HighLevelEncoder.h 17 Compaction compaction,
BC_PDF417HighLevelEncoder.cpp 60 Compaction compaction,
82 if (compaction == TEXT) {
84 } else if (compaction == BYTES) {
86 } else if (compaction == NUMERIC) {
BC_PDF417HighLevelEncoder_unittest.cpp 30 // Fewer than 6 characters encodes as prefix without compaction.
34 // 6 charcters triggerst text encoding compaction.
38 // Same result if initially in numeric compaction mode.
  /art/runtime/gc/
collector_type.h 33 // Semi-space / mark-sweep hybrid, enables compaction.
43 // The background compaction of the concurrent copying collector.
51 // A homogeneous space compaction collector used in background transition
heap.h 401 // Update the heap's process state to a new value, may cause compaction to occur.
    [all...]
heap.cc 300 // Background compaction is currently not supported for command line runs.
302 VLOG(heap) << "Disabling background compaction for non zygote";
340 // We don't have hspace compaction enabled with GSS or CC.
350 // This is not the case if we support homogeneous compaction or have a moving background
    [all...]
heap-visit-objects-inl.h 88 // calls VerifyHeapReferences() as part of the zygote compaction
  /art/test/1337-gc-coverage/src/
Main.java 37 System.out.println("Attempting homogeneous compaction");
45 System.out.println("Homogeneous compaction support=" + supportHSC + " success=" + success);
52 // This relies on the compaction copying from one space to another space and there being no
62 System.out.println("error: Compaction succeeded when moving GC is disabled");
66 System.out.println("error: Compaction failed when moving GC is enabled");
  /art/runtime/
process_state.h 23 // and compaction.
  /art/test/148-multithread-gc-annotations/src/
MovingGCThread.java 43 // This relies on the compaction copying from one space to another space and there being
  /external/libmojo/base/android/java/src/org/chromium/base/
ObserverList.java 62 // Avoid adding null elements to the list as they may be removed on a compaction.
219 // We have reached the end of the list, allow for compaction.
232 // We have reached the end of the list, allow for compaction.
  /docs/source.android.com/en/devices/tech/dalvik/
gc-debug.html 53 last GC. In addition to the CMS plan, ART performs heap compaction when an app
87 reduce memory usage of backgrounded apps through heap compaction. Currently,
88 the event that triggers heap compaction is ActivityManager process-state
91 application thread pauses, such as compaction and monitor deflation. The two
92 current moving GCs that are in use are homogeneous space compaction and
93 semi-space compaction.</p>
96 <li>Semi-space compaction moves objects between two tightly packed bump pointer
98 more memory than homogeneous space compaction. The additional savings come
103 <li>Homogenous space compaction works by copying from one RosAlloc space to another
105 This is currently the default compaction mode for non-low-memory devices. Th
    [all...]
  /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/swiftshader/third_party/LLVM/docs/CommandGuide/
llvm-bcanalyzer.pod 107 =item B<Compaction Table Bytes>
109 The size, in bytes, of all the compaction tables in all the functions.
160 =item B<Number Of Compaction Tables>
162 The total number of compaction tables in all functions in the bitcode file.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CompactArrayTest.java 88 // v1.8 fails with extensive compaction, so set to false
147 // v1.8 fails with extensive compaction, and defaults extensive, so don't compact
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CompactArrayTest.java 87 // v1.8 fails with extensive compaction, so set to false
146 // v1.8 fails with extensive compaction, and defaults extensive, so don't compact
  /external/linux-kselftest/tools/testing/selftests/vm/
compaction_test.c 3 * A test for the patch "Allow compaction of unevictable pages".
150 printf("Not OK. Compaction test failed.");
transhuge-stress.c 2 * Stress test for transparent huge pages, memory compaction and migration.
  /external/mesa3d/docs/relnotes/
10.5.8.html 63 <li>i965: Disable compaction for EOT send messages</li>
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_compact.c 26 * Instruction compaction is a feature of G45 and newer hardware that allows
35 * The idea of instruction compaction is that most instructions use a tiny
40 * Instruction compaction capabilities vary subtly by generation.
42 * G45's support for instruction compaction is very limited. Jump counts on
    [all...]
  /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 21 * Uses a simple hash table for compaction.

Completed in 575 milliseconds

1 2 3 4 5