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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp53 int _next_loop_index; // next free loop number member in class:VALUE_OBJ_CLASS_SPEC
103 , _next_loop_index(0)
358 _next_loop_index = 0;
376 assert(0 <= _next_loop_index && _next_loop_index < BitsPerInt, "_next_loop_index is used as a bit-index in integer");
377 _loop_map.at_put(block->block_id(), 1 << _next_loop_index);
378 if (_next_loop_index < 31) _next_loop_index++;

Completed in 39 milliseconds