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