Searched refs:collector_type (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_layout.h | 48 std::ostream& operator<<(std::ostream& os, const LayoutType& collector_type); 63 std::ostream& operator<<(std::ostream& os, const MadviseState& collector_type); 121 std::ostream& operator<<(std::ostream& os, const DexLayoutSections::SectionType& collector_type);
|
/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 52 CollectorType collector_type) in ScopedGCCriticalSection() argument 54 old_no_suspend_reason_ = critical_section_.Enter(cause, collector_type); in ScopedGCCriticalSection()
|
D | collector_type.h | 63 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
|
D | scoped_gc_critical_section.h | 53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
|
D | heap.h | 325 void ChangeCollector(CollectorType collector_type) 939 void StartGC(Thread* self, GcCause cause, CollectorType collector_type) 981 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() argument 983 collector_type == kCollectorTypeCC || in IsMovingGc() 984 collector_type == kCollectorTypeSS || in IsMovingGc() 985 collector_type == kCollectorTypeCCBackground || in IsMovingGc() 986 collector_type == kCollectorTypeHomogeneousSpaceCompact; in IsMovingGc()
|
/art/cmdline/ |
D | cmdline_types.h | 476 gc::CollectorType collector_type = ParseCollectorType(gc_option); 477 if (collector_type != gc::kCollectorTypeNone) { 478 xgc.collector_type_ = collector_type; 563 gc::CollectorType collector_type = ParseCollectorType(substring); 564 if (collector_type != gc::kCollectorTypeNone) { 565 background_collector_type_ = collector_type;
|
/art/runtime/ |
D | Android.bp | 487 "gc/collector_type.h",
|