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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2338 JvmtiEnv::GetImplementedInterfaces(oop k_mirror, jint* interface_count_ptr, jclass** interfaces_ptr) { function in class:JvmtiEnv
2377 } /* end GetImplementedInterfaces */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1287 jvmtiError (JNICALL *GetImplementedInterfaces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2184 jvmtiError GetImplementedInterfaces(jclass klass, function in struct:_jvmtiEnv
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);

Completed in 51 milliseconds