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

  /art/runtime/gc/collector/
gc_type.h 28 enum GcType {
40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
partial_mark_sweep.h 29 virtual GcType GetGcType() const OVERRIDE {
sticky_mark_sweep.h 29 GcType GetGcType() const OVERRIDE {
garbage_collector.h 67 virtual GcType GetGcType() const = 0;
garbage_collector.cc 125 const GcType gc_type = GetGcType();
mark_compact.h 73 virtual GcType GetGcType() const OVERRIDE {
semi_space.h 75 virtual GcType GetGcType() const OVERRIDE {
mark_sweep.h 75 virtual GcType GetGcType() const OVERRIDE {
concurrent_copying.h 89 virtual GcType GetGcType() const OVERRIDE {
  /art/runtime/gc/
heap.h 399 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
    [all...]
heap.cc     [all...]

Completed in 110 milliseconds