Searched defs:from_idx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp490 void map( uint from_idx, uint to_idx ) { argument
491 assert( from_idx < _cnt, "oob" );
492 _indices[from_idx] = to_idx;
494 void extend( uint from_idx, uint to_idx );

Completed in 31 milliseconds