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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3391 IntervalsList _saved_states; // saved information of previous check member in class:RegisterVerifier
3402 IntervalList* state_for_block(BlockBegin* block) { return _saved_states.at(block->block_id()); }
3403 void set_state_for_block(BlockBegin* block, IntervalList* saved_state) { _saved_states.at_put(block->block_id(), saved_state); }
3420 , _saved_states(BlockBegin::number_of_blocks(), NULL)

Completed in 47 milliseconds