Home
last modified time | relevance | path

Searched defs:name_prefix (Results 1 – 6 of 6) 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.cc31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
Dsemi_space.cc80 SemiSpace::SemiSpace(Heap* heap, const std::string& name_prefix) in SemiSpace()
Dmark_sweep.cc94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep()
Dconcurrent_copying.cc73 const std::string& name_prefix, in ConcurrentCopying()
/art/cmdline/
Dtoken_range.h358 std::string name_prefix = name.substr(0, wildcard_idx); in MaybeMatches() local