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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2178 void set_index_at(int i, int value) { _index_and_count.at_put((i << 1), value); } function in class:LIR_InsertionBuffer

Completed in 58 milliseconds