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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2225 // methods_ptr - pre-checked for NULL
2227 JvmtiEnv::GetClassMethods(oop k_mirror, jint* method_count_ptr, jmethodID** methods_ptr) { argument
2233 *methods_ptr = (jmethodID*) jvmtiMalloc(0 * sizeof(jmethodID));
2246 *methods_ptr = (jmethodID*) jvmtiMalloc(0 * sizeof(jmethodID));
2274 *methods_ptr = result_list;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1278 jmethodID** methods_ptr);
2174 jmethodID** methods_ptr) {
2175 return functions->GetClassMethods(this, klass, method_count_ptr, methods_ptr);
2172 GetClassMethods(jclass klass, jint* method_count_ptr, jmethodID** methods_ptr) argument

Completed in 50 milliseconds