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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp108 uint *_uniq_idx; // Indexes of unique operands member in class:InstructForm
109 int _uniq_idx_length; // Length of _uniq_idx array
276 if( _uniq_idx != NULL && idx > 0 ) {
278 return _uniq_idx[idx];

Completed in 34 milliseconds