Searched refs:name_prefix (Results 1 - 13 of 13) sorted by relevance

/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) argument
29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) {
H A Dsticky_mark_sweep.cc27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) argument
29 name_prefix.empty() ? "sticky " : name_prefix) {
H A Dpartial_mark_sweep.h33 explicit PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
H A Dsticky_mark_sweep.h33 explicit StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
H A Dmark_compact.cc68 MarkCompact::MarkCompact(Heap* heap, const std::string& name_prefix) argument
69 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
H A Dmark_compact.h62 explicit MarkCompact(Heap* heap, const std::string& name_prefix = "");
H A Dsemi_space.h63 explicit SemiSpace(Heap* heap, bool generational = false, const std::string& name_prefix = "");
H A Dconcurrent_copying.h145 ConcurrentCopying(Heap* heap, const std::string& name_prefix = "");
H A Dmark_sweep.h57 explicit MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
H A Dsemi_space.cc89 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix) argument
91 name_prefix + (name_prefix.empty() ? "" : " ") + "marksweep + semispace"),
H A Dconcurrent_copying.cc36 ConcurrentCopying::ConcurrentCopying(Heap* heap, const std::string& name_prefix) argument
38 name_prefix + (name_prefix.empty() ? "" : " ") +
H A Dmark_sweep.cc98 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) argument
100 name_prefix +
/art/cmdline/
H A Dtoken_range.h356 std::string name_prefix = name.substr(0, wildcard_idx);
359 if (!StartsWith(*token_it, name_prefix)) {

Completed in 128 milliseconds