HomeSort by relevance Sort by last modified time
    Searched refs:isa_ctorID (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/native/
ServerSocketChannelImpl.c 57 static jmethodID isa_ctorID; /* .InetSocketAddress(InetAddress, int) */
77 isa_ctorID = (*env)->GetMethodID(env, cls, "<init>",
79 CHECK_NULL(isa_ctorID);
132 isa = (*env)->NewObject(env, isa_class, isa_ctorID, remote_ia, remote_port);
DatagramChannelImpl.c 58 static jmethodID isa_ctorID; /* .InetSocketAddress(InetAddress, int) */
70 isa_ctorID = (*env)->GetMethodID(env, clazz, "<init>",
72 CHECK_NULL(isa_ctorID);
227 isa = (*env)->NewObject(env, isa_class, isa_ctorID, ia, port);

Completed in 77 milliseconds