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

123456789

/art/test/597-deopt-new-string/
H A Ddeopt.cc22 #include "gc/gc_cause.h"
23 #include "gc/scoped_gc_critical_section.h"
32 gc::ScopedGCCriticalSection gcs(Thread::Current(),
33 gc::kGcCauseInstrumentation,
34 gc::kCollectorTypeInstrumentation);
51 gc::ScopedGCCriticalSection gcs(Thread::Current(),
52 gc::kGcCauseInstrumentation,
53 gc::kCollectorTypeInstrumentation);
/art/runtime/gc/collector/
H A Dimmune_region.cc19 #include "gc/space/space-inl.h"
23 namespace gc { namespace in namespace:art
37 } // namespace gc
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/runtime/gc/
H A Dreference_processor-inl.h23 namespace gc { namespace in namespace:art
29 } // namespace gc
H A Dweak_root_state.h23 namespace gc { namespace in namespace:art
38 } // namespace gc
H A Dallocator_type.h23 namespace gc { namespace in namespace:art
38 } // namespace gc
H A Dgc_cause.h23 namespace gc { namespace in namespace:art
32 // An explicit System.gc() call.
57 } // namespace gc
H A Dscoped_gc_critical_section.h28 namespace gc { namespace in namespace:art
44 } // namespace gc
H A Dgc_cause.cc24 namespace gc { namespace in namespace:art
51 } // namespace gc
H A Dscoped_gc_critical_section.cc19 #include "gc/collector_type.h"
20 #include "gc/heap.h"
25 namespace gc { namespace in namespace:art
39 } // namespace gc
/art/runtime/gc/space/
H A Dmemory_tool_settings.h21 namespace gc { namespace in namespace:art
29 } // 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_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/entrypoints/quick/
H A Dquick_alloc_entrypoints.h21 #include "gc/allocator_type.h"
33 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
/art/test/141-class-unload/src-ex/
H A DIntHolder.java31 Runtime.getRuntime().gc();
/art/runtime/
H A Druntime_options.def47 RUNTIME_OPTIONS_KEY (MemoryKiB, MemoryMaximumSize, gc::Heap::kDefaultMaximumSize) // -Xmx
48 RUNTIME_OPTIONS_KEY (MemoryKiB, MemoryInitialSize, gc::Heap::kDefaultInitialSize) // -Xms
50 RUNTIME_OPTIONS_KEY (MemoryKiB, HeapMinFree, gc::Heap::kDefaultMinFree)
51 RUNTIME_OPTIONS_KEY (MemoryKiB, HeapMaxFree, gc::Heap::kDefaultMaxFree)
52 RUNTIME_OPTIONS_KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovingSpaceCapacity)
53 RUNTIME_OPTIONS_KEY (double, HeapTargetUtilization, gc::Heap::kDefaultTargetUtilization)
54 RUNTIME_OPTIONS_KEY (double, ForegroundHeapGrowthMultiplier, gc::Heap::kDefaultHeapGrowthMultiplier)
60 LongPauseLogThreshold, gc::Heap::kDefaultLongPauseLogThreshold)
62 LongGCLogThreshold, gc::Heap::kDefaultLongGCLogThreshold)
92 RUNTIME_OPTIONS_KEY (gc
[all...]
/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
42 } // namespace gc
/art/test/1337-gc-coverage/
H A Dgc_coverage.cc17 #include "gc/heap.h"
27 return Runtime::Current()->GetHeap()->PerformHomogeneousSpaceCompact() == gc::kSuccess ?
56 Runtime::Current()->GetHeap()->TransitionCollector(gc::kCollectorTypeSS);
60 Runtime::Current()->GetHeap()->TransitionCollector(gc::kCollectorTypeCMS);

Completed in 499 milliseconds

123456789