Searched refs:gc (Results 1 - 25 of 191) sorted by relevance

12345678

/art/runtime/gc/
H A Dreference_processor-inl.h23 namespace gc { namespace in namespace:art
29 } // namespace gc
H A Dallocator_type.h23 namespace gc { namespace in namespace:art
38 } // namespace gc
H A Dgc_cause.cc24 namespace gc { namespace in namespace:art
47 } // namespace gc
H A Dgc_cause.h23 namespace gc { namespace in namespace:art
32 // An explicit System.gc() call.
49 } // namespace gc
H A Dcollector_type.h23 namespace gc { namespace in namespace:art
62 } // namespace gc
/art/runtime/gc/space/
H A Dvalgrind_settings.h21 namespace gc { namespace in namespace:art
29 } // namespace gc
H A Ddlmalloc_space_base_test.cc23 namespace gc { namespace in namespace:art
35 } // namespace gc
H A Ddlmalloc_space_random_test.cc22 namespace gc { namespace in namespace:art
34 } // namespace gc
H A Ddlmalloc_space_static_test.cc22 namespace gc { namespace in namespace:art
34 } // namespace gc
H A Drosalloc_space_base_test.cc20 namespace gc { namespace in namespace:art
33 } // namespace gc
H A Drosalloc_space_random_test.cc20 namespace gc { namespace in namespace:art
33 } // namespace gc
H A Drosalloc_space_static_test.cc20 namespace gc { namespace in namespace:art
33 } // namespace gc
/art/test/121-simple-suspend-check/src/
H A DMain.java22 Runtime.getRuntime().gc();
26 Runtime.getRuntime().gc();
/art/test/079-phantom/src/
H A DMain.java41 Runtime.getRuntime().gc();
48 Runtime.getRuntime().gc();
53 Runtime.getRuntime().gc();
58 Runtime.getRuntime().gc();
63 Runtime.getRuntime().gc();
/art/test/003-omnibus-opcodes/src/
H A DInternedString.java37 Runtime.getRuntime().gc();
44 Runtime.getRuntime().gc();
48 // and it should survive the gc
56 Runtime.getRuntime().gc();
/art/runtime/
H A Druntime_options.def45 RUNTIME_OPTIONS_KEY (MemoryKiB, MemoryMaximumSize, gc::Heap::kDefaultMaximumSize) // -Xmx
46 RUNTIME_OPTIONS_KEY (MemoryKiB, MemoryInitialSize, gc::Heap::kDefaultInitialSize) // -Xms
48 RUNTIME_OPTIONS_KEY (MemoryKiB, HeapMinFree, gc::Heap::kDefaultMinFree)
49 RUNTIME_OPTIONS_KEY (MemoryKiB, HeapMaxFree, gc::Heap::kDefaultMaxFree)
50 RUNTIME_OPTIONS_KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovingSpaceCapacity)
51 RUNTIME_OPTIONS_KEY (double, HeapTargetUtilization, gc::Heap::kDefaultTargetUtilization)
52 RUNTIME_OPTIONS_KEY (double, ForegroundHeapGrowthMultiplier, gc::Heap::kDefaultHeapGrowthMultiplier)
58 LongPauseLogThreshold, gc::Heap::kDefaultLongPauseLogThreshold)
60 LongGCLogThreshold, gc::Heap::kDefaultLongGCLogThreshold)
86 RUNTIME_OPTIONS_KEY (gc
[all...]
H A DAndroid.mk48 gc/allocator/dlmalloc.cc \
49 gc/allocator/rosalloc.cc \
50 gc/accounting/bitmap.cc \
51 gc/accounting/card_table.cc \
52 gc/accounting/heap_bitmap.cc \
53 gc/accounting/mod_union_table.cc \
54 gc/accounting/remembered_set.cc \
55 gc/accounting/space_bitmap.cc \
56 gc/collector/concurrent_copying.cc \
57 gc/collecto
[all...]
/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.h21 #include "gc/allocator_type.h"
33 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
H A Dquick_alloc_entrypoints.cc35 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \
39 byte_count = RoundUp(byte_count, gc::space::BumpPointerSpace::kAlignment); \
63 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \
66 byte_count = RoundUp(byte_count, gc::space::BumpPointerSpace::kAlignment); \
90 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \
92 byte_count = RoundUp(byte_count, gc::space::BumpPointerSpace::kAlignment); \
188 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)
189 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)
190 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
191 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc
[all...]
/art/runtime/gc/collector/
H A Dgc_type.h23 namespace gc { namespace in namespace:art
43 } // namespace gc
H A Dpartial_mark_sweep.h23 namespace gc { namespace in namespace:art
47 } // namespace gc
/art/test/030-bad-finalizer/src/
H A DMain.java26 Runtime.getRuntime().gc();
30 Runtime.getRuntime().gc();
/art/runtime/gc/accounting/
H A Dmod_union_table-inl.h22 #include "gc/space/space.h"
25 namespace gc { namespace in namespace:art
41 } // namespace gc
H A Dheap_bitmap.h26 namespace gc { namespace in namespace:art
87 friend class art::gc::Heap;
88 friend class art::gc::collector::ConcurrentCopying;
92 } // namespace gc
/art/runtime/gc/allocator/
H A Ddlmalloc.h56 namespace gc { namespace in namespace:art
64 } // namespace gc

Completed in 463 milliseconds

12345678