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

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp216 int om_size() const { return _om_size; } function in class:OopMapSet
221 void set(int index,OopMap* value) { assert((index == 0) || ((index > 0) && (index < om_size())),"bad index"); _om_data[index] = value; }

Completed in 31 milliseconds