Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/openjdkjvmti/include/
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()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/openjdkjvmti/include/
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()
/aosp_15_r20/art/openjdkjvmti/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()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
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()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/include/
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()
/aosp_15_r20/external/oj-libjdwp/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()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/openjdkjvmti/include/
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()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/openjdkjvmti/include/
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()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/openjdkjvmti/include/
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()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djvmti.h1803 unsigned char** constant_pool_bytes_ptr);
2321 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2322 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djvmti.h1803 unsigned char** constant_pool_bytes_ptr);
2321 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2322 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djvmti.h1803 unsigned char** constant_pool_bytes_ptr);
2321 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2322 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djvmti.h1803 unsigned char** constant_pool_bytes_ptr);
2321 unsigned char** constant_pool_bytes_ptr) { in GetConstantPool()
2322 …tPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr); in GetConstantPool()
/aosp_15_r20/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc736 [[maybe_unused]] unsigned char** constant_pool_bytes_ptr) { in GetConstantPool() argument