Searched defs:constructorID (Results 1 – 5 of 5) sorted by relevance
166 jmethodID constructorID = env->GetMethodID(clazz, "<init>", "(I)V"); in ToJObject() local170 jmethodID constructorID = env->GetMethodID(clazz, "<init>", "(F)V"); in ToJObject() local
56 jmethodID constructorID = env->GetMethodID(gEntryClass, "<init>", "()V"); in statsValueToEntry() local
121 long constructorID, int testNumber) { in makeNewInstance()
org/apache/harmony/jpda/tests/share/SyncDebuggee.class SyncDebuggee.java package ...