Searched refs:_alloc_statistics (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])(); variable
49 if (_alloc_statistics[i] == pr_stats)
53 _alloc_statistics[_num_allocators++] = pr_stats;
127 _alloc_statistics[i]();
H A Dregalloc.hpp43 static void (*_alloc_statistics[MAX_REG_ALLOCATORS])(); member in class:PhaseRegAlloc

Completed in 189 milliseconds