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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1495 jint constantPoolOopDesc::cpool_entry_size(jint idx) { function in class:constantPoolOopDesc
1533 assert(false, "cpool_entry_size: Invalid constant pool entry tag");
1535 } /* end cpool_entry_size */
1547 size += cpool_entry_size(idx);
1590 jint ent_size = cpool_entry_size(idx);

Completed in 518 milliseconds