Searched refs:jshort (Results 1 – 10 of 10) sorted by relevance
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 59 typedef short jshort; typedef 124 jshort s; 320 jshort (JNICALL *CallShortMethod) 322 jshort (JNICALL *CallShortMethodV) 324 jshort (JNICALL *CallShortMethodA) 398 jshort (JNICALL *CallNonvirtualShortMethod) 400 jshort (JNICALL *CallNonvirtualShortMethodV) 403 jshort (JNICALL *CallNonvirtualShortMethodA) 463 jshort (JNICALL *GetShortField) 483 (JNIEnv *env, jobject obj, jfieldID fieldID, jshort val); [all …]
|
D | jdwpTransport.h | 121 jshort errorCode;
|
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/ |
D | scoped_primitive_array.h | 76 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jshort, Short); 140 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jshort, Short);
|
/external/oj-libjdwp/src/share/back/ |
D | inStream.h | 52 jshort inStream_readShort(PacketInputStream *stream);
|
D | inStream.c | 126 jshort 129 jshort val = 0; in inStream_readShort()
|
D | ArrayReferenceImpl.c | 124 jshort *components; in writeShortComponents() 126 components = newComponents(out, length, sizeof(jshort)); in writeShortComponents() 388 jshort component; in readShortComponents()
|
D | outStream.h | 65 jdwpError outStream_writeShort(PacketOutputStream *stream, jshort val);
|
D | outStream.c | 158 outStream_writeShort(PacketOutputStream *stream, jshort val) in outStream_writeShort() 464 stream->packet.type.reply.errorCode = (jshort)stream->error; in outStream_sendReply()
|
D | StackFrameImpl.c | 125 (void)outStream_writeShort(out, (jshort)intValue); in writeVariableValue()
|
/external/oj-libjdwp/src/share/transport/socket/ |
D | socketTransport.c | 563 jshort errorCode = in socketTransport_writePacket() 667 if (n < (int)sizeof(jshort)) { in socketTransport_readPacket()
|