Searched refs:GetClassVersionNumbers (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DReferenceTypeImpl.c296 error = JVMTI_FUNC_PTR(gdata->jvmti, GetClassVersionNumbers)
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1729 jvmtiError (JNICALL *GetClassVersionNumbers) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2190 jvmtiError GetClassVersionNumbers(jclass klass, function in struct:_jvmtiEnv
2193 return functions->GetClassVersionNumbers(this, klass, minor_version_ptr, major_version_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2384 JvmtiEnv::GetClassVersionNumbers(oop k_mirror, jint* minor_version_ptr, jint* major_version_ptr) { function in class:JvmtiEnv
2406 } /* end GetClassVersionNumbers */

Completed in 53 milliseconds