/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
bitset.cpp | 17 * Uses a simple hash table for compaction.
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_edit.cc | 170 msg = "compaction pointer";
|
repair.cc | 15 // - compaction pointers are cleared 251 // Same as compaction iterators: if paranoid_checks are on, turn
|
dbformat.h | 24 // Level-0 compaction is started when we hit this many files.
|
corruption_test.cc | 220 // Do enough writing to force minor compaction
|
/external/chromium_org/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
|
store-buffer.cc | 534 // the worst case (compaction doesn't eliminate any pointers).
|
/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/chromium_org/third_party/icu/source/common/ |
utrie2_builder.cpp | 54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction 92 * Below, compaction uses a block length of 64 for 2-byte UTF-8. 93 * From here on, compaction uses UTRIE2_DATA_BLOCK_LENGTH. 173 * Plus 1 so that we don't drop this block during compaction. 196 * Fill the index gap with impossible values so that compaction 842 /* compaction --------------------------------------------------------------- */ 975 * The compaction [all...] |
propsvec.c | 368 * This has to do almost the same work as the compaction below,
|
utrie.cpp | 578 * The compaction 604 /* compaction */ [all...] |
utrie.h | 77 /** The alignment size of a stage 2 data block. Also the granularity for compaction. */ 723 * - U_INDEX_OUTOFBOUNDS_ERROR if the index or data arrays are too long after compaction for serialization
|
/external/icu/icu4c/source/common/ |
utrie2_builder.cpp | 54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction 92 * Below, compaction uses a block length of 64 for 2-byte UTF-8. 93 * From here on, compaction uses UTRIE2_DATA_BLOCK_LENGTH. 173 * Plus 1 so that we don't drop this block during compaction. 196 * Fill the index gap with impossible values so that compaction 842 /* compaction --------------------------------------------------------------- */ 975 * The compaction [all...] |
propsvec.c | 368 * This has to do almost the same work as the compaction below,
|
utrie.cpp | 578 * The compaction 604 /* compaction */ [all...] |
utrie.h | 77 /** The alignment size of a stage 2 data block. Also the granularity for compaction. */ 723 * - U_INDEX_OUTOFBOUNDS_ERROR if the index or data arrays are too long after compaction for serialization
|
/external/chromium_org/apps/ |
saved_files_service_unittest.cc | 229 // sequence number compaction. Expect that the sequence numbers are
|
/art/runtime/ |
parsed_options.cc | 203 // Enable hspace compaction on OOM by default. 207 // compaction when we transition to background instead of a normal collector transition. 672 // If not set, background collector type defaults to homogeneous compaction [all...] |
/art/runtime/gc/space/ |
space.h | 385 // Used by the heap compaction interface to enable copying from one type of alloc space to another.
|
/libcore/libart/src/main/java/dalvik/system/ |
VMRuntime.java | 299 * 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.
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
gencnvex.c | 65 /* for stage3 compaction of <subchar1> |2 mappings */ 894 * use a simple compaction of reusing a whole block filled with these [all...] |
/external/chromium_org/v8/src/ |
flag-definitions.h | 564 DEFINE_BOOL(always_compact, false, "Perform compaction on every full GC") 566 "Never perform compaction on full GC - testing only") [all...] |