Searched refs:jmethodID (Results 151 - 175 of 231) sorted by relevance

12345678910

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Cursor.cpp41 jmethodID AwtCursor::mSetPDataID;
49 jmethodID AwtCursor::updateCursorID;
H A DShellFolder2.cpp89 static jmethodID MID_pIShellFolder;
91 static jmethodID MID_relativePIDL;
1046 jclass *pClass, jmethodID *pConstructor,
1075 jmethodID columnConstructor =
H A DThemeReader.cpp560 static jmethodID colorMID = NULL;
671 static jmethodID pointMID = NULL;
719 static jmethodID dimMID = NULL;
754 static jmethodID dimMID = NULL;
H A Dawt_Object.cpp42 jmethodID AwtObject::getPeerForTargetMID;
H A Dawt_PrintDialog.cpp38 jmethodID AwtPrintDialog::setHWndMID;
H A Dawt_Win32GraphicsDevice.cpp60 jmethodID AwtWin32GraphicsDevice::paletteChangedMID;
325 jmethodID mid;
1077 jmethodID cid = env->GetMethodID(displayModeClass, "<init>",
1224 jmethodID mid = env->GetMethodID(arrayListClass, "add",
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1490 JvmtiEnv::GetFrameLocation(JavaThread* java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) {
2227 JvmtiEnv::GetClassMethods(oop k_mirror, jint* method_count_ptr, jmethodID** methods_ptr) {
2233 *methods_ptr = (jmethodID*) jvmtiMalloc(0 * sizeof(jmethodID));
2246 *methods_ptr = (jmethodID*) jvmtiMalloc(0 * sizeof(jmethodID));
2252 jmethodID* result_list = (jmethodID*)jvmtiMalloc(result_length * sizeof(jmethodID));
2261 jmethodID i
[all...]
H A DjvmtiExport.cpp201 jmethodID to_jmethodID(methodHandle method) { return method->jmethod_id(); }
232 jmethodID _mid;
238 jmethodID jni_methodID() { return _mid; }
742 jmethodID method, const void *code_begin) {
754 ("JVMTI [%s] class compile method unload event sent jmethodID " PTR_FORMAT,
1318 jmethodID catch_jmethodID;
1718 record->pcinfo[scope].methods = (jmethodID *)NEW_RESOURCE_ARRAY(jmethodID, numstackframes);
1770 void JvmtiExport::post_compiled_method_load(JvmtiEnv* env, const jmethodID method, const jint length,
1781 ("JVMTI [%s] class compile method load event sent (by GenerateEvents), jmethodID
[all...]
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp103 static jmethodID addLoadObject_ID = 0;
104 static jmethodID addThread_ID = 0;
105 static jmethodID createClosestSymbol_ID = 0;
106 static jmethodID setThreadIntegerRegisterSet_ID = 0;
/openjdk7/jdk/src/share/back/
H A DdebugInit.c100 jthread, jmethodID, jlocation, jobject, jmethodID, jlocation);
495 jthread thread, jmethodID method, jlocation location,
497 jmethodID catch_method, jlocation catch_location)
H A DReferenceTypeImpl.c136 writeMethodInfo(PacketOutputStream *out, jclass clazz, jmethodID method,
188 jmethodID *methods = NULL;
H A Dinvoker.c217 jthread thread, jclass clazz, jmethodID method,
290 jthread thread, jclass clazz, jmethodID method,
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c55 jmethodID headlessFn;
H A Dawt_UNIXToolkit.c42 static jmethodID icon_upcall_method = NULL;
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DDatagramChannelImpl.c53 static jmethodID isa_ctorID; /* .InetSocketAddress(InetAddress, int) */
/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface.c60 jmethodID ni_ctor; /* NetworkInterface() */
71 jmethodID ni_ia4Ctor; /* Inet4Address() */
74 jmethodID ni_ia6ctrID; /* Inet6Address() */
79 jmethodID ni_ibctrID; /* InterfaceAddress() */
H A DTwoStacksPlainDatagramSocketImpl.c69 static jmethodID ia4_ctor;
91 static jmethodID i_ctrID;
111 static jmethodID b_ctrID;
1927 static jmethodID inet4_ctrID;
1930 static jmethodID ni_ctrID;
2018 static jmethodID ni_ctrID;
2022 static jmethodID ia_anyLocalAddressID;
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DDatagramChannelImpl.c41 static jmethodID isa_ctorID; /* java.net.InetSocketAddress(InetAddress, int) */
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tracker.c214 tracker_method(jmethodID method)
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp122 static jmethodID getThreadForThreadId_ID = 0;
123 static jmethodID createSenderFrame_ID = 0;
124 static jmethodID createLoadObject_ID = 0;
125 static jmethodID createClosestSymbol_ID = 0;
126 static jmethodID listAdd_ID = 0;
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c94 static jmethodID i_ctrID;
113 static jmethodID b_ctrID;
1614 static jmethodID inet4_ctrID;
1617 static jmethodID ni_ctrID;
1719 static jmethodID ni_ctrID;
1723 static jmethodID ia_anyLocalAddressID;
H A DInet4AddressImpl.c104 static jmethodID ni_ia4ctrID;
390 static jmethodID ni_ia4ctrID;
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp117 jmethodID _jmethod_id; // Cache of method()->jmethod_id()
607 jmethodID get_and_cache_jmethod_id();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp628 // Get this method's jmethodID -- allocate if it doesn't exist
629 jmethodID jmethod_id() { methodHandle this_h(this);
632 // Lookup the jmethodID for this method. Return NULL if not found.
637 jmethodID find_jmethod_id_or_null() { return instanceKlass::cast(method_holder())->jmethod_id_or_null(this); }
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DLWCToolkit.m203 jmethodID getButtonDownMasksID = (*env)->GetStaticMethodID(env, inputEventClazz, "getButtonDownMasks", "()[I");

Completed in 135 milliseconds

12345678910