HomeSort by relevance Sort by last modified time
    Searched full:collector_type (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/
collector_type.h 47 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
heap.h 32 #include "gc/collector_type.h"
222 void TransitionCollector(CollectorType collector_type);
225 void ChangeCollector(CollectorType collector_type)
629 static bool IsMovingGc(CollectorType collector_type) {
630 return collector_type == kCollectorTypeSS || collector_type == kCollectorTypeGSS ||
631 collector_type == kCollectorTypeCC || collector_type == kCollectorTypeMC ||
632 collector_type == kCollectorTypeHomogeneousSpaceCompact;
    [all...]
heap.cc     [all...]
  /art/runtime/
parsed_options.h 26 #include "gc/collector_type.h"
parsed_options.cc 129 gc::CollectorType collector_type = ParseCollectorType(gc_option); local
130 if (collector_type != gc::kCollectorTypeNone) {
131 collector_type_ = collector_type;
464 gc::CollectorType collector_type = ParseCollectorType(substring); local
465 if (collector_type != gc::kCollectorTypeNone) {
466 background_collector_type_ = collector_type;
    [all...]
Android.mk 303 gc/collector_type.h \
  /art/runtime/gc/collector/
garbage_collector.h 23 #include "gc/collector_type.h"

Completed in 55 milliseconds