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

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp213 int om_count() const { return _om_count; } function in class:OopMapSet
229 OopMap* at(int index) const { assert((index >= 0) && (index <= om_count()),"bad index"); return _om_data[index]; }

Completed in 24 milliseconds