Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc39 static constexpr size_t kMaxGraphColoringAttemptsDebug = 100; variable
640 DCHECK(attempt <= kMaxGraphColoringAttemptsDebug) in AllocateRegisters()
664 if (iterative_move_coalescing_ && attempt <= kMaxGraphColoringAttemptsDebug) { in AllocateRegisters()