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

/openjdk10/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.cpp2635 unsigned char *cpool_bytes; local
2640 jvmtiError res = allocate(cpool_size, &cpool_bytes);
2644 reconstituter.copy_cpool_bytes(cpool_bytes);
2652 *constant_pool_bytes_ptr = cpool_bytes;

Completed in 46 milliseconds