Searched defs:InstLiveSet (Results 1 – 2 of 2) sorted by relevance
411 …explicit InstLiveSet(size_t size, ArenaAllocator *allocator) : bits_(size, allocator->Adapter()) {… in InstLiveSet() function
475 explicit InstLiveSet(size_t size, ArenaAllocator *allocator) : bits_(size, allocator) {}; in InstLiveSet() function