Home
last modified time | relevance | path

Searched refs:constant_pool_byte_count_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.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/openjdkjvmti/include/
Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/art/openjdkjvmti/include/
H A Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/include/
Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/openjdkjvmti/include/
Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/openjdkjvmti/include/
Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/openjdkjvmti/include/
Djvmti.h1738 jint* constant_pool_byte_count_ptr,
2198 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2200 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djvmti.h1802 jint* constant_pool_byte_count_ptr,
2320 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2322 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djvmti.h1802 jint* constant_pool_byte_count_ptr,
2320 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2322 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djvmti.h1802 jint* constant_pool_byte_count_ptr,
2320 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2322 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djvmti.h1802 jint* constant_pool_byte_count_ptr,
2320 jint* constant_pool_byte_count_ptr, in GetConstantPool()
2322 …ctions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, consta… in GetConstantPool()
/aosp_15_r20/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc735 [[maybe_unused]] jint* constant_pool_byte_count_ptr, in GetConstantPool() argument