Searched defs:set_index_at (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ | ||
H A D | c1_LIR.hpp | 2178 void set_index_at(int i, int value) { _index_and_count.at_put((i << 1), value); } function in class:LIR_InsertionBuffer |
Completed in 38 milliseconds