Searched refs:interface_count_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2335 // interface_count_ptr - pre-checked for NULL
2338 JvmtiEnv::GetImplementedInterfaces(oop k_mirror, jint* interface_count_ptr, jclass** interfaces_ptr) { argument
2341 *interface_count_ptr = 0;
2355 *interface_count_ptr = 0;
2372 *interface_count_ptr = result_length;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1289 jint* interface_count_ptr,
2185 jint* interface_count_ptr,
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);
2184 GetImplementedInterfaces(jclass klass, jint* interface_count_ptr, jclass** interfaces_ptr) argument

Completed in 136 milliseconds