Searched refs:_next_id (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp65 int _next_id; member in class:Compilation
145 int get_next_id() { return _next_id++; }
146 int number_of_instructions() const { return _next_id; }
H A Dc1_Compilation.cpp502 , _next_id(0)
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.hpp242 uint _next_id; // round-robin mod _num_q counter in member in class:ReferenceProcessor
401 uint id = _next_id;
402 if (++_next_id == _num_q) {
403 _next_id = 0;
441 _next_id(0)
H A DreferenceProcessor.cpp105 _next_id(0)

Completed in 30 milliseconds