Home
last modified time | relevance | path

Searched refs:collector_type (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.h48 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/
Dscoped_gc_critical_section.cc52 CollectorType collector_type) in ScopedGCCriticalSection() argument
54 old_no_suspend_reason_ = critical_section_.Enter(cause, collector_type); in ScopedGCCriticalSection()
Dcollector_type.h63 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
Dscoped_gc_critical_section.h53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
Dheap.h325 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/
Dcmdline_types.h476 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/
DAndroid.bp487 "gc/collector_type.h",