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

12345678910

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c1260 jmethodID x11imMethodID;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp331 nonstatic_field(instanceKlass, _methods_jmethod_ids, jmethodID*) \
2106 declare_toplevel_type(jmethodID*) \
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1526 jmethodID nmethod::get_and_cache_jmethod_id() {
1550 // that the jmethodID is a weak reference to the methodOop so if
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp2670 jmethodID jmid = old_method->find_jmethod_id_or_null();
2672 // There is a jmethodID, change it to point to the new method
2763 // different jmethodID than the current method. An EMCP method
2764 // has the same jmethodID as the current method. Having the
2765 // same jmethodID for all EMCP versions of a method allows for
H A Djvm.cpp4225 JVM_ENTRY(jboolean,JVM_DTraceIsProbeEnabled(JNIEnv* env, jmethodID method))
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c51 static jmethodID lockIsHeldMID = NULL;

Completed in 109 milliseconds

12345678910