Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DReferenceTypeImpl.c316 jint cpByteCount; in getConstantPool() local
328 cpByteCount = 0; in getConstantPool()
333 (gdata->jvmti, clazz, &cpCount, &cpByteCount, &cpBytesPtr); in getConstantPool()
338 (void)outStream_writeByteArray(out, cpByteCount, (jbyte *)cpBytesPtr); in getConstantPool()