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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1322 uint* uniq_idx = NULL; local
1332 uniq_idx = (uint*) malloc(sizeof(uint)*(_uniq_idx_length));
1334 uniq_idx[i] = i;
1366 uniq_idx[position] = uniq_position;
1382 if( i != uniq_idx[i] )
1386 if( i == uniq_idx[i] )
1387 uniq_idx[i] = j++;
1391 _uniq_idx = uniq_idx;

Completed in 647 milliseconds