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

  /art/runtime/gc/collector/
partial_mark_sweep.h 29 virtual GcType GetGcType() const {
sticky_mark_sweep.h 30 GcType GetGcType() const {
garbage_collector.h 46 virtual GcType GetGcType() const = 0;
garbage_collector.cc 119 const GcType gc_type = GetGcType();
mark_sweep.cc 267 heap_->UpdateAndMarkModUnion(this, timings_, GetGcType());
    [all...]
mark_sweep.h 76 virtual GcType GetGcType() const {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 155 milliseconds