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

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

Completed in 50 milliseconds