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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.hpp86 void copy_cpool_bytes(unsigned char *cpool_bytes) { argument
87 if (cpool_bytes == NULL) {
88 assert(cpool_bytes != NULL, "cpool_bytes pointer must not be NULL");
91 cpool()->copy_cpool_bytes(cpool_size(), _symmap, cpool_bytes); local
H A DjvmtiEnv.cpp2442 unsigned char *cpool_bytes; local
2447 jvmtiError res = allocate(cpool_size, &cpool_bytes);
2451 reconstituter.copy_cpool_bytes(cpool_bytes);
2458 *constant_pool_bytes_ptr = cpool_bytes;

Completed in 39 milliseconds