Home
last modified time | relevance | path

Searched refs:jdwpCPool (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java979 JDWP.ReferenceType.ConstantPool jdwpCPool; in getConstantPoolInfo() local
994 jdwpCPool = JDWP.ReferenceType.ConstantPool.process(vm, this); in getConstantPoolInfo()
1006 constanPoolCount = jdwpCPool.count; in getConstantPoolInfo()
1007 cpbytes = jdwpCPool.bytes; in getConstantPoolInfo()