Searched refs:MAX_REG_ALLOCATORS (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dregalloc.cpp30 void (*PhaseRegAlloc::_alloc_statistics[MAX_REG_ALLOCATORS])();
52 assert((_num_allocators + 1) < MAX_REG_ALLOCATORS, "too many register allocators");
H A Dregalloc.hpp37 #define MAX_REG_ALLOCATORS 10 macro
43 static void (*_alloc_statistics[MAX_REG_ALLOCATORS])();

Completed in 169 milliseconds