Searched refs:jmethodID (Results 51 - 75 of 231) sorted by relevance

12345678910

/openjdk7/jdk/src/share/native/sun/java2d/
H A DDisposer.c28 static jmethodID addRecordMID = NULL;
/openjdk7/jdk/src/macosx/native/apple/launcher/
H A DJavaAppLauncher.m60 jmethodID mainMethodID = (*env)->FromReflectedMethod(env, targetMethod);
/openjdk7/jdk/src/share/back/
H A DthreadControl.h72 jmethodID method, jlocation location);
74 jclass clazz, jmethodID method,
H A DeventHandler.c324 EventIndex ei, jclass clazz, jmethodID method, jlocation location)
369 jclass clazz, jmethodID method, jlocation location)
389 jclass clazz, jmethodID method, jlocation location,
522 (jclass)NULL, (jmethodID)NULL, 0, eventBag);
730 getMethodClass(jvmtiEnv *jvmti_env, jmethodID method)
749 jthread thread, jmethodID method, jlocation location)
771 jthread thread, jmethodID method, jlocation location)
793 jthread thread, jmethodID method,
820 jthread thread, jmethodID method,
822 jmethodID catch_metho
[all...]
H A DMethodImpl.c37 jmethodID method;
100 jmethodID method;
180 jmethodID method;
216 jmethodID method;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Menu.h53 static jmethodID countItemsMID;
54 static jmethodID getItemMID;
H A Dawt_Frame.h57 static jmethodID setExtendedStateMID;
58 static jmethodID getExtendedStateMID;
61 static jmethodID activateEmbeddingTopLevelMID;
H A Dawt_Color.cpp34 jmethodID AwtColor::getRGBMID;
H A Dawt_Font.h81 static jmethodID peerMID;
103 static jmethodID makeConvertedMultiFontStringMID;
106 static jmethodID getFontMID;
109 static jmethodID getHeightMID;
H A Dawt_ScrollPane.h53 static jmethodID postScrollEventID;
H A Dawt_Win32GraphicsConfig.cpp90 jmethodID mid;
/openjdk7/jdk/src/share/sample/vm/clr-jvm/
H A Djinvoker.cpp137 jmethodID* pMid){
185 jmethodID pMid,
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h87 jmethodID getMethodID(JNIEnv *env, jclass clazz, const char* name,
90 jmethodID getStaticMethodID(JNIEnv *env, jclass clazz, const char* name,
130 void getMethodName(jmethodID method, char** name_ptr,
132 void getMethodClass(jmethodID method, jclass *pclazz);
133 jboolean isMethodNative(jmethodID method);
145 jint getLineNumber(jmethodID method, jlocation location);
H A Dhprof_frame.c61 jmethodID method;
119 frame_find_or_create(jmethodID method, jlocation location)
173 jmethodID *pmethod, jlocation *plocation, jint *plineno)
H A Dhprof_class.h58 jmethodID class_get_methodID(JNIEnv *env, ClassIndex index,
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h505 (jvmtiHeapRootKind root_kind, jlong class_tag, jlong size, jlong* tag_ptr, jlong thread_tag, jint depth, jmethodID method, jint slot, void* user_data);
536 jmethodID method;
558 jmethodID method;
566 jmethodID method;
724 jmethodID method,
753 jmethodID method,
762 jmethodID method,
778 jmethodID method,
781 jmethodID catch_method,
788 jmethodID metho
[all...]
/openjdk7/jdk/src/share/native/java/net/
H A Dnet_util.h69 extern jmethodID ia4_ctrID;
77 extern jmethodID ni_ctrID;
102 extern jmethodID ia6_ctrID;
H A DInet6Address.c42 jmethodID ia6_ctrID;
/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.cpp94 jboolean DTraceJSDT::is_probe_enabled(jmethodID method) {
119 jboolean DTraceJSDT::is_probe_enabled(jmethodID method) {
H A DdtraceJSDT.hpp61 static jboolean is_probe_enabled(jmethodID method);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp158 // The method is identified and stored as a jmethodID which is safe in this
160 jmethodID new_method_id = new_method->jmethod_id();
261 jmethodID _method_id;
278 void get_current_location(jmethodID *method_id, int *bci) {
313 jmethodID method_id;
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessEnvironment_md.c35 jmethodID String_init_ID =
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDeviceProvider.c70 jmethodID directAudioDeviceInfoConstructor;
H A DPortMixerProvider.c65 jmethodID portMixerInfoConstructor;
/openjdk7/jdk/src/share/native/java/lang/
H A DRuntime.c84 jmethodID mid;

Completed in 59 milliseconds

12345678910