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

  /art/runtime/gc/collector/
mark_compact.h 208 std::string collector_name_; member in class:art::gc::collector::MarkCompact
semi_space.h 266 std::string collector_name_; member in class:art::gc::collector::SemiSpace
semi_space.cc 112 collector_name_(name_),
203 name_ = collector_name_ + " whole";
206 name_ = collector_name_ + " bps";
    [all...]
mark_compact.cc 59 collector_name_(name_),

Completed in 180 milliseconds