Lines Matching refs:gc
37 #include "gc/accounting/card_table-inl.h"
38 #include "gc/heap.h"
39 #include "gc/space/space.h"
120 // Make sure to let the GC complete if it is running.
335 parsed->heap_initial_size_ = gc::Heap::kDefaultInitialSize;
336 parsed->heap_maximum_size_ = gc::Heap::kDefaultMaximumSize;
337 parsed->heap_min_free_ = gc::Heap::kDefaultMinFree;
338 parsed->heap_max_free_ = gc::Heap::kDefaultMaxFree;
339 parsed->heap_target_utilization_ = gc::Heap::kDefaultTargetUtilization;
341 // Default to number of processors minus one since the main GC thread also does work.
343 // Only the main GC thread, no workers.
354 parsed->long_pause_log_threshold_ = gc::Heap::kDefaultLongPauseLogThreshold;
355 parsed->long_gc_log_threshold_ = gc::Heap::kDefaultLongGCLogThreshold;
377 // gLogVerbosity.gc = true; // TODO: don't check this in!
552 } else if (verbose_options[i] == "gc") {
553 gLogVerbosity.gc = true;
877 heap_ = new gc::Heap(options->heap_initial_size_,
906 // Set us to runnable so tools using a runtime can allocate and GC by default
1113 // SIGUSR1 is used to initiate a GC.