HomeSort by relevance Sort by last modified time
    Searched refs:CollectorType (Results 1 - 10 of 10) sorted by null

  /art/runtime/gc/
collector_type.h 26 enum CollectorType {
47 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
heap.h 162 CollectorType foreground_collector_type, CollectorType background_collector_type,
222 void TransitionCollector(CollectorType collector_type);
225 void ChangeCollector(CollectorType collector_type)
629 static bool IsMovingGc(CollectorType collector_type) {
693 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)
    [all...]
heap.cc 119 const InstructionSet image_instruction_set, CollectorType foreground_collector_type,
120 CollectorType background_collector_type, size_t parallel_gc_threads,
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.h 40 virtual CollectorType GetCollectorType() const OVERRIDE {
garbage_collector.h 129 virtual CollectorType GetCollectorType() const = 0;
mark_compact.h 77 virtual CollectorType GetCollectorType() const OVERRIDE {
semi_space.h 79 virtual CollectorType GetCollectorType() const OVERRIDE {
mark_sweep.h 79 virtual CollectorType GetCollectorType() const OVERRIDE {
  /art/runtime/
parsed_options.h 78 gc::CollectorType collector_type_;
79 gc::CollectorType background_collector_type_;
parsed_options.cc 107 static gc::CollectorType ParseCollectorType(const std::string& option) {
129 gc::CollectorType collector_type = ParseCollectorType(gc_option);
464 gc::CollectorType collector_type = ParseCollectorType(substring);
    [all...]

Completed in 61 milliseconds