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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp198 intptr_t cell_at(int index) { function in class:VALUE_OBJ_CLASS_SPEC
314 return data()->cell_at(index);
335 return (int)data()->cell_at(index);

Completed in 34 milliseconds