Searched defs:gc (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLongSparseArray.java122 private void gc() { method in class:LongSparseArray
123 // Log.e("SparseArray", "gc start with " + mSize);
147 // Log.e("SparseArray", "gc end with " + mSize);
170 gc();
208 gc();
221 gc();
235 gc();
248 gc();
261 gc();
277 gc();
[all...]
H A DSparseArray.java122 private void gc() { method in class:SparseArray
123 // Log.e("SparseArray", "gc start with " + mSize);
147 // Log.e("SparseArray", "gc end with " + mSize);
170 gc();
208 gc();
221 gc();
235 gc();
248 gc();
261 gc();
277 gc();
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java121 private void gc() { method in class:SparseWeakArray
178 gc();
216 gc();
229 gc();
242 gc();
255 gc();
268 gc();
284 gc();
320 gc();
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java120 private void gc() { method in class:LongSparseArray
121 // Log.e("SparseArray", "gc start with " + mSize);
145 // Log.e("SparseArray", "gc end with " + mSize);
168 gc();
206 gc();
219 gc();
233 gc();
246 gc();
259 gc();
275 gc();
[all...]
H A DSparseArrayCompat.java113 private void gc() { method in class:SparseArrayCompat
114 // Log.e("SparseArray", "gc start with " + mSize);
137 // Log.e("SparseArray", "gc end with " + mSize);
160 gc();
198 gc();
211 gc();
224 gc();
237 gc();
250 gc();
266 gc();
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java86 * should run before calling gc() again.
266 System.gc();
293 System.gc();
342 System.gc();
380 System.gc();
408 System.gc();
433 /*package*/ static void gc() { method in class:ZygoteInit
439 System.gc();
441 System.gc();
443 System.gc();
[all...]

Completed in 88 milliseconds