Searched defs:gc (Results 101 - 104 of 104) sorted by relevance

12345

/art/runtime/gc/collector/
H A Dmark_sweep.cc34 #include "gc/accounting/card_table-inl.h"
35 #include "gc/accounting/heap_bitmap-inl.h"
36 #include "gc/accounting/mod_union_table.h"
37 #include "gc/accounting/space_bitmap-inl.h"
38 #include "gc/heap.h"
39 #include "gc/reference_processor.h"
40 #include "gc/space/image_space.h"
41 #include "gc/space/large_object_space.h"
42 #include "gc/space/space-inl.h"
53 namespace gc { namespace in namespace:art
[all...]
/art/runtime/gc/
H A Dheap.h30 #include "gc/accounting/atomic_stack.h"
31 #include "gc/accounting/card_table.h"
32 #include "gc/accounting/read_barrier_table.h"
33 #include "gc/gc_cause.h"
34 #include "gc/collector/garbage_collector.h"
35 #include "gc/collector/gc_type.h"
36 #include "gc/collector_type.h"
37 #include "gc/space/large_object_space.h"
60 namespace gc { namespace in namespace:art
566 space::RosAllocSpace* GetRosAllocSpace(gc
[all...]
H A Dheap.cc37 #include "gc/accounting/atomic_stack.h"
38 #include "gc/accounting/card_table-inl.h"
39 #include "gc/accounting/heap_bitmap-inl.h"
40 #include "gc/accounting/mod_union_table.h"
41 #include "gc/accounting/mod_union_table-inl.h"
42 #include "gc/accounting/remembered_set.h"
43 #include "gc/accounting/space_bitmap-inl.h"
44 #include "gc/collector/concurrent_copying.h"
45 #include "gc/collector/mark_compact.h"
46 #include "gc/collecto
80 namespace gc { namespace in namespace:art
3052 PreGcVerificationPaused(collector::GarbageCollector* gc) argument
3085 PreGcVerification(collector::GarbageCollector* gc) argument
3092 PrePauseRosAllocVerification(collector::GarbageCollector* gc) argument
3100 PreSweepingGcVerification(collector::GarbageCollector* gc) argument
3131 PostGcVerificationPaused(collector::GarbageCollector* gc) argument
3154 PostGcVerification(collector::GarbageCollector* gc) argument
[all...]
/art/runtime/
H A Dthread.h48 namespace gc { namespace in namespace:art
52 } // namespace gc
1104 // For gc purpose.
1220 // For gc purpose, a shadow frame record stack that keeps track of:
1285 friend class gc::collector::SemiSpace; // For getting stack traces.

Completed in 73 milliseconds

12345