Searched defs:RowMap (Results 1 – 4 of 4) sorted by relevance
145 RowMap::RowMap() : RowMap(0, 0) {} in RowMap() function in perfetto::trace_processor::RowMap147 RowMap::RowMap(uint32_t start, uint32_t end, OptimizeFor optimize_for) in RowMap() function in perfetto::trace_processor::RowMap153 RowMap::RowMap(BitVector bit_vector) in RowMap() function in perfetto::trace_processor::RowMap156 RowMap::RowMap(std::vector<uint32_t> vec) in RowMap() function in perfetto::trace_processor::RowMap
200 private final class RowMap extends ImmutableArrayMap<R, ImmutableMap<C, V>> { class201 private RowMap() { in RowMap() method in RowMap
662 SmallVector<unsigned, 4> RowMap; in emitComposeSubRegIndices() local