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 226 std::string collector_name_; member in class:art::gc::collector::MarkCompact
semi_space.h 265 std::string collector_name_; member in class:art::gc::collector::SemiSpace
semi_space.cc 99 collector_name_(name_),
191 name_ = collector_name_ + " whole";
194 name_ = collector_name_ + " bps";
    [all...]
mark_compact.cc 72 space_(nullptr), collector_name_(name_) {

Completed in 143 milliseconds