Home
last modified time | relevance | path

Searched refs:constant_pool_count_ptr (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/include/
Djvmti.h1737 jint* constant_pool_count_ptr,
2197 jint* constant_pool_count_ptr, in GetConstantPool()
2200 …return functions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_p… in GetConstantPool()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc734 [[maybe_unused]] jint* constant_pool_count_ptr, in GetConstantPool() argument