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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp708 static int get_cpcache_index(int index) { return index - CPCACHE_INDEX_TAG; } function in class:constantPoolOopDesc
713 return get_cpcache_index(raw_index);

Completed in 35 milliseconds