Searched refs:method_ptr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djddctmgr.c99 inverse_DCT_method_ptr method_ptr = NULL; local
108 method_ptr = jpeg_idct_1x1;
112 method_ptr = jpeg_idct_2x2;
116 method_ptr = jpeg_idct_4x4;
124 method_ptr = jpeg_idct_islow;
130 method_ptr = jpeg_idct_ifast;
136 method_ptr = jpeg_idct_float;
149 idct->pub.inverse_DCT[ci] = method_ptr;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp290 jmethodID* method_ptr, jlocation* location_ptr);
542 jmethodID* method_ptr, jlocation* location_ptr) {
546 _method_ptr = method_ptr;
541 VM_GetFrameLocation(JvmtiEnv *env, JavaThread* java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
H A DjvmtiEnvBase.cpp897 jmethodID* method_ptr, jlocation* location_ptr) {
931 *method_ptr = method->jmethod_id();
896 get_frame_location(JavaThread *java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
H A DjvmtiEnv.cpp1487 // method_ptr - pre-checked for NULL
1490 JvmtiEnv::GetFrameLocation(JavaThread* java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) { argument
1495 err = get_frame_location(java_thread, depth, method_ptr, location_ptr);
1498 VM_GetFrameLocation op(this, java_thread, depth, method_ptr, location_ptr);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1098 jmethodID* method_ptr,
1932 jmethodID* method_ptr,
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr);
1930 GetFrameLocation(jthread thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument

Completed in 46 milliseconds