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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp122 CPSlot slot_at(int which) { function in class:constantPoolOopDesc
414 return slot_at(which).get_symbol();
424 return slot_at(which).get_oop();
438 return slot_at(which).get_oop();

Completed in 37 milliseconds