Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/include/
Djvmti.h1735 jvmtiError (JNICALL *GetConstantPool) (jvmtiEnv* env,
2196 jvmtiError GetConstantPool(jclass klass, in GetConstantPool() function
2200 …return functions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_p… in GetConstantPool()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc742 static jvmtiError GetConstantPool(jvmtiEnv* env, in GetConstantPool() function in openjdkjvmti::JvmtiFunctions
1892 JvmtiFunctions::GetConstantPool,