Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dcollection_set.h28 CollectionSet() in CollectionSet() function
35 explicit CollectionSet(const Container &set) : collectionSet_(set.begin(), set.end()) in CollectionSet() function
41 explicit CollectionSet(PandaVector<Region *> &&youngRegions) : collectionSet_(youngRegions) in CollectionSet() function