Searched defs:name_prefix (Results 1 – 6 of 6) sorted by relevance
28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
80 SemiSpace::SemiSpace(Heap* heap, const std::string& name_prefix) in SemiSpace()
94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep()
73 const std::string& name_prefix, in ConcurrentCopying()
358 std::string name_prefix = name.substr(0, wildcard_idx); in MaybeMatches() local