Home
last modified time | relevance | path

Searched refs:collector_name_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc100 collector_name_(name_), in SemiSpace()
192 name_ = collector_name_ + " whole"; in MarkingPhase()
195 name_ = collector_name_ + " bps"; in MarkingPhase()
Dsemi_space.h269 std::string collector_name_; variable
Dmark_compact.h230 std::string collector_name_; variable
Dmark_compact.cc70 space_(nullptr), collector_name_(name_) { in MarkCompact()