Searched defs:getMethodID (Results 1 – 4 of 4) sorted by relevance
43 public long getMethodID() { in getMethodID() method in Method
862 public long getMethodID(long classID, String methodName) { in getMethodID() method in VmMirror878 public long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID() method in VmMirror
212 protected long getMethodID(long classID, String methodName) { in getMethodID() method in JDWPTestCase227 protected long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID() method in JDWPTestCase
149 jmethodID getMethodID(JNIEnv *env, jclass cls, const char *methodName, const char *signature) in getMethodID() function