Searched refs:index_pos (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ | ||
H A D | machnode.cpp | 234 int index_pos = oper->index_position(); local 235 if (index_pos >= 0) { 236 index = _in[oper_pos+index_pos]; |
Completed in 22 milliseconds