Home
last modified time | relevance | path

Searched defs:name_prefix (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/collector/
Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
Dsticky_mark_sweep.cc27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
Dsemi_space.cc90 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix) in SemiSpace()
Dmark_compact.cc53 MarkCompact::MarkCompact(Heap* heap, const std::string& name_prefix) in MarkCompact()
Dmark_sweep.cc92 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep()
Dconcurrent_copying.cc42 ConcurrentCopying::ConcurrentCopying(Heap* heap, const std::string& name_prefix) in ConcurrentCopying()
/art/cmdline/
Dtoken_range.h356 std::string name_prefix = name.substr(0, wildcard_idx); in MaybeMatches() local