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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp365 int cpc_index = operand; local
366 DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG);
367 assert((int)(u2)cpc_index == cpc_index, "clean u2");
368 int member_index = cache()->entry_at(cpc_index)->constant_pool_index();

Completed in 36 milliseconds