/external/v8/test/cctest/heap/ |
test-spaces.cc | 479 // * Add the rest of available memory to the compaction space. 480 // * Allocate kNumRestObjects in the compaction space. 482 // * Merge the compaction space and compare the expected number of pages. 495 // We expect a single additional page in compaction space because we mostly 504 // Make the rest of memory available for compaction. 516 // Now the compaction space shouldve also acquired a page. 625 // Compaction space memory is subtracted from the original space's capacity. 672 // compaction space. [all...] |
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/opencv3/modules/cudalegacy/test/ |
main_nvidia.cpp | 138 //compaction 143 sprintf(testName, "Compaction%d", i); 149 sprintf(testName, "Compaction%d", i); 157 sprintf(testName, "Compaction%d", i); 163 sprintf(testName, "Compaction%d", i);
|
/art/runtime/gc/collector/ |
concurrent_copying-inl.h | 42 // and the zygote compaction, objects can be in the forward
|
/external/v8/test/mjsunit/regress/ |
regress-put-prototype-transition.js | 5 // Flags: --allow-natives-syntax --expose-gc --stress-compaction --gc-interval=255
|
/external/v8/test/mjsunit/wasm/ |
module-memory.js | 5 // Flags: --expose-wasm --expose-gc --stress-compaction
|
/art/runtime/gc/ |
heap.h | 377 // Update the heap's process state to a new value, may cause compaction to occur. 808 // Returns true if we can do hspace compaction [all...] |
heap.cc | 260 // Background compaction is currently not supported for command line runs. 262 VLOG(heap) << "Disabling background compaction for non zygote"; 351 // We don't have hspace compaction enabled with GSS or CC. 361 // This is not the case if we support homogeneous compaction or have a moving background [all...] |
reference_queue.cc | 72 // We check IsActive() above because we don't want to do this when the zygote compaction
|
reference_processor.cc | 130 // Weak ref access is enabled at Zygote compaction by SemiSpace (concurrent == false).
|
/external/v8/src/heap/ |
mark-compact.h | 494 // (including compaction spaces). 714 // The number of parallel compaction tasks, including the main thread. 784 // The evacuation_slots_buffers_ are used by the compaction threads. 785 // When a compaction task finishes, it uses 803 // True if parallel compaction is currently in progress. 809 // Semaphore used to synchronize compaction tasks.
|
gc-idle-time-handler.cc | 74 // makes a huge difference if compaction is happening.
|
incremental-marking.h | 156 // Record a slot for compaction. Returns false for objects that are
|
gc-tracer.h | 417 // Compute the average compaction speed in bytes/millisecond. 538 // RingBuffer for compaction events.
|
mark-compact.cc | 669 // defaults to start and switch to a trace-based (using compaction speed) 674 // exist enough compaction speed samples. 684 // Estimate the target fragmentation based on traced compaction speed 799 "compaction-selection-page: space=%s free_bytes_page=%d " 824 "compaction-selection: space=%s reduce_memory=%d pages=%d " 878 // Don't start compaction if we are in the middle of incremental [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 | 17 * Uses a simple hash table for compaction.
|
/external/v8/src/compiler/ |
dead-code-elimination.cc | 95 // Due to compaction above, the live input is at offset 0.
|
/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/android_icu4j/src/main/java/android/icu/impl/ |
Trie2Writable.java | 78 * Plus 1 so that we don't drop this block during compaction. 101 * Fill the index gap with impossible values so that compaction 615 /* compaction --------------------------------------------------------------- */ 730 * The compaction [all...] |
StringRange.java | 107 * Faster but not as good compaction. Only looks at final codepoint.
|
TrieBuilder.java | 170 * compaction.
|
/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...] |
/art/runtime/mirror/ |
string-inl.h | 149 // so make sure the zero-padding is actually copied around if GC compaction
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
NPP_staging.hpp | 799 * Calculates the size of the temporary buffer for vector compaction. 32-bit unsigned values [all...] |