OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compaction
(Results
1 - 25
of
120
) sorted by null
1
2
3
4
5
/external/v8/test/mjsunit/regress/
regress-350865.js
5
// Flags: --stress-
compaction
--stack-size=150
regress-484544.js
5
// Flags: --nouse-allocation-folding --stress-
compaction
--predictable
regress-543994.js
5
// Flass: --allow-natives-syntax --always-opt --gc-interval=163 --stress-
compaction
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-487981.js
5
// Flags: --allow-natives-syntax --stress-
compaction
regress-crbug-469480.js
5
// Flags: --allow-natives-syntax --stress-
compaction
--verify-heap
regress-2249.js
28
// Flags: --gc-interval=10 --stress-
compaction
regress-430201.js
32
%SetFlags("--stress-
compaction
");
regress-430201b.js
33
%SetFlags("--stress-
compaction
");
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Compaction.h
10
enum
Compaction
{ AUTO, TEXT, BYTES, NUMERIC };
BC_PDF417.h
25
void setCompaction(
Compaction
compaction
);
37
Compaction
m_compaction;
BC_PDF417HighLevelEncoder.h
17
Compaction
compaction
,
BC_PDF417HighLevelEncoder.cpp
56
Compaction
compaction
,
78
if (
compaction
== TEXT) {
80
} else if (
compaction
== BYTES) {
82
} 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/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/runtime/gc/
collector_type.h
33
// Semi-space / mark-sweep hybrid, enables
compaction
.
47
// A homogeneous space
compaction
collector used in background transition
/external/v8/test/cctest/heap/
test-compaction.cc
16
// 3) The page is not marked as aborted
compaction
anymore.
24
// Test the scenario where we reach OOM during
compaction
and the whole page
54
// Check that all handles still point to the same page, i.e.,
compaction
66
// Test the scenario where we reach OOM during
compaction
and parts of the
114
// Once
compaction
has been aborted, all following objects still have
136
// Test the scenario where we reach OOM during
compaction
and parts of the
220
// Test the scenario where we reach OOM during
compaction
and parts of the
/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
/docs/source.android.com/src/devices/tech/dalvik/
gc-debug.jd
56
last GC. In addition to the CMS plan, ART performs heap
compaction
when an app
90
reduce memory usage of backgrounded apps through heap
compaction
. Currently,
91
the event that triggers heap
compaction
is ActivityManager process-state
94
application thread pauses, such as
compaction
and monitor deflation. The two
95
current moving GCs that are in use are homogeneous space
compaction
and
96
semi-space
compaction
.</p>
99
<li>Semi-space
compaction
moves objects between two tightly packed bump pointer
101
more memory than homogeneous space
compaction
. The additional savings come
106
<li>Homogenous space
compaction
works by copying from one RosAlloc space to another
108
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CompactArrayTest.java
90
// v1.8 fails with extensive
compaction
, so set to false
149
// 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
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
Completed in 123 milliseconds
1
2
3
4
5