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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp169 int cpc2 = add_secondary_cp_cache_entry(cpc); local
201 int cpc2 = add_secondary_cp_cache_entry(cpc); local
205 assert(cpc2 + 1 == cpc3, err_msg_res("must be consecutive: %d + 1 == %d", cpc2, cpc3));
215 Bytes::put_native_u4(p, constantPoolCacheOopDesc::encode_secondary_index(cpc2));

Completed in 29 milliseconds