Home
last modified time | relevance | path

Searched refs:kMaxNumRegs (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc29 static constexpr size_t kMaxNumRegs = 32; variable
1756 static std::bitset<kMaxNumRegs> BuildConflictMask(const Container& intervals) { in BuildConflictMask()
1757 std::bitset<kMaxNumRegs> conflict_mask; in BuildConflictMask()
1784 static size_t FindFirstZeroInConflictMask(std::bitset<kMaxNumRegs> conflict_mask) { in FindFirstZeroInConflictMask()
1791 DCHECK_LE(num_regs_, kMaxNumRegs) << "kMaxNumRegs is too small"; in ColorInterferenceGraph()
1820 std::bitset<kMaxNumRegs> conflict_mask = BuildConflictMask(node->GetAdjacentNodes()); in ColorInterferenceGraph()