/art/runtime/gc/accounting/ |
atomic_stack.h | 30 namespace gc { namespace in namespace:art 202 } // namespace gc
|
space_bitmap-inl.h | 25 namespace gc { namespace in namespace:art 138 } // namespace gc
|
/art/runtime/gc/ |
heap.h | 26 #include "gc/accounting/atomic_stack.h" 27 #include "gc/accounting/card_table.h" 28 #include "gc/collector/gc_type.h" 50 namespace gc { namespace in namespace:art 83 // What caused the GC? 85 // GC triggered by a failed allocation. Thread doing allocation is blocked waiting for GC before 88 // A background GC trying to ensure there is free memory ahead of allocations. 90 // An explicit System.gc() call. 169 // Does a concurrent GC, should only be called by the GC daemon threa [all...] |
/art/runtime/gc/space/ |
dlmalloc_space.h | 20 #include "gc/allocator/dlmalloc.h" 24 namespace gc { namespace in namespace:art 93 // allocations fail we GC before increasing the footprint limit and allowing the mspace to grow. 124 // Swap the live and mark bitmaps of this space. This is used by the GC for concurrent sweeping. 203 } // namespace gc
|
/art/runtime/mirror/ |
array.cc | 23 #include "gc/accounting/card_table-inl.h" 54 gc::Heap* heap = Runtime::Current()->GetHeap();
|
object_array-inl.h | 22 #include "gc/heap.h" 104 gc::Heap* heap = Runtime::Current()->GetHeap();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
ColorCheckerTest.java | 179 System.gc();
|
ExposureCompensationTest.java | 161 System.gc();
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptorPeer.java | 170 System.gc();
|
/external/chromium_org/base/allocator/ |
allocator_extension_thunks.target.darwin-arm.mk | 215 -Wl,--gc-sections \ 235 -Wl,--gc-sections \
|
allocator_extension_thunks.target.darwin-mips.mk | 213 -Wl,--gc-sections \ 231 -Wl,--gc-sections \
|
allocator_extension_thunks.target.darwin-x86.mk | 217 -Wl,--gc-sections \ 235 -Wl,--gc-sections \
|
allocator_extension_thunks.target.linux-arm.mk | 215 -Wl,--gc-sections \ 235 -Wl,--gc-sections \
|
allocator_extension_thunks.target.linux-mips.mk | 213 -Wl,--gc-sections \ 231 -Wl,--gc-sections \
|
allocator_extension_thunks.target.linux-x86.mk | 217 -Wl,--gc-sections \ 235 -Wl,--gc-sections \
|
/external/chromium_org/base/ |
base_i18n.target.darwin-arm.mk | 242 -Wl,--gc-sections \ 262 -Wl,--gc-sections \
|
base_i18n.target.darwin-mips.mk | 238 -Wl,--gc-sections \ 256 -Wl,--gc-sections \
|
base_i18n.target.darwin-x86.mk | 244 -Wl,--gc-sections \ 262 -Wl,--gc-sections \
|
base_i18n.target.linux-arm.mk | 242 -Wl,--gc-sections \ 262 -Wl,--gc-sections \
|
base_i18n.target.linux-mips.mk | 238 -Wl,--gc-sections \ 256 -Wl,--gc-sections \
|
base_i18n.target.linux-x86.mk | 244 -Wl,--gc-sections \ 262 -Wl,--gc-sections \
|
base_prefs.target.darwin-arm.mk | 230 -Wl,--gc-sections \ 250 -Wl,--gc-sections \
|
base_prefs.target.darwin-mips.mk | 226 -Wl,--gc-sections \ 244 -Wl,--gc-sections \
|
base_prefs.target.darwin-x86.mk | 232 -Wl,--gc-sections \ 250 -Wl,--gc-sections \
|
base_prefs.target.linux-arm.mk | 230 -Wl,--gc-sections \ 250 -Wl,--gc-sections \
|