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

/openjdk9/hotspot/src/share/vm/opto/
H A Dregalloc.cpp31 int PhaseRegAlloc::_num_allocators = 0; member in class:PhaseRegAlloc
48 for (i=0; i < _num_allocators; i++) {
52 assert((_num_allocators + 1) < MAX_REG_ALLOCATORS, "too many register allocators");
53 _alloc_statistics[_num_allocators++] = pr_stats;
126 for (i=0; i < _num_allocators; i++) {
H A Dregalloc.hpp44 static int _num_allocators; member in class:PhaseRegAlloc

Completed in 34 milliseconds