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

  /art/runtime/gc/collector/
semi_space.h 59 // If true, use remembered sets in the generational mode.
62 explicit SemiSpace(Heap* heap, bool generational = false, const std::string& name_prefix = "");
224 // When true, the generational mode (promotion and the bump pointer
229 // Used for the generational mode. the end/top of the bump
233 // Used for the generational mode. During a collection, keeps track
238 // Used for the generational mode. Keeps track of how many bytes of
243 // Used for the generational mode. Keeps track of how many bytes of
247 // Used for generational mode. When true, we only collect the from_space_.
267 // Used for the generational mode. The default interval of the whole
semi_space.cc 91 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix)
101 generational_(generational),
106 collect_from_space_only_(generational),
211 // If non-generational, always clear soft references.
212 // If generational, clear soft references if a whole heap collection.
    [all...]
  /art/runtime/gc/
heap.cc 589 const bool generational = foreground_collector_type_ == kCollectorTypeGSS; local
590 semi_space_collector_ = new collector::SemiSpace(this, generational,
591 generational ? "generational" : "");
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 9 // non-generational and non-compacting. Allocation is done using size segregated per P allocation
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 9 // non-generational and non-compacting. Allocation is done using size segregated per P allocation
    [all...]

Completed in 759 milliseconds