Searched defs:GetConstantPool (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2414 JvmtiEnv::GetConstantPool(oop k_mirror, jint* constant_pool_count_ptr, jint* constant_pool_byte_count_ptr, unsigned char** constant_pool_bytes_ptr) { function in class:JvmtiEnv
2461 } /* end GetConstantPool */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1735 jvmtiError (JNICALL *GetConstantPool) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2196 jvmtiError GetConstantPool(jclass klass, function in struct:_jvmtiEnv
2200 return functions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr);

Completed in 39 milliseconds