Home
last modified time | relevance | path

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

/dports/java/bootstrap-openjdk8/bootstrap-openjdk8/include/
H A Djvmti.h1739 unsigned char** constant_pool_bytes_ptr);
2199 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2200 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/javavm/export/
H A Djvmti.h1739 unsigned char** constant_pool_bytes_ptr);
2199 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2200 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/javavm/export/
H A Djvmti.h1739 unsigned char** constant_pool_bytes_ptr);
2199 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2200 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/devel/jetbrains-goland/GoLand-2019.3.1/jbr/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/jbr/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/jbr/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/devel/pycharm-pro/pycharm-2020.2.3/jbr/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/java/bootstrap-openjdk11/bootstrap-openjdk11/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/java/bootstrap-openjdk17/bootstrap-openjdk17/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/textproc/opensearch/opensearch-1.2.3/jdk/include/
H A Djvmti.h1779 unsigned char** constant_pool_bytes_ptr);
2287 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2288 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2407 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2451 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2407 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2451 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2678 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2718 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2673 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2713 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2671 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2711 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2609 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2649 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2543 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2583 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2678 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2718 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2684 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2724 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2672 …tant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument
2712 *constant_pool_bytes_ptr = cpool_bytes; in GetConstantPool()