Home
last modified time | relevance | path

Searched refs:jshort (Results 1 – 10 of 10) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djni.h59 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 …]
DjdwpTransport.h121 jshort errorCode;
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/
Dscoped_primitive_array.h76 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jshort, Short);
140 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jshort, Short);
/external/oj-libjdwp/src/share/back/
DinStream.h52 jshort inStream_readShort(PacketInputStream *stream);
DinStream.c126 jshort
129 jshort val = 0; in inStream_readShort()
DArrayReferenceImpl.c124 jshort *components; in writeShortComponents()
126 components = newComponents(out, length, sizeof(jshort)); in writeShortComponents()
388 jshort component; in readShortComponents()
DoutStream.h65 jdwpError outStream_writeShort(PacketOutputStream *stream, jshort val);
DoutStream.c158 outStream_writeShort(PacketOutputStream *stream, jshort val) in outStream_writeShort()
464 stream->packet.type.reply.errorCode = (jshort)stream->error; in outStream_sendReply()
DStackFrameImpl.c125 (void)outStream_writeShort(out, (jshort)intValue); in writeVariableValue()
/external/oj-libjdwp/src/share/transport/socket/
DsocketTransport.c563 jshort errorCode = in socketTransport_writePacket()
667 if (n < (int)sizeof(jshort)) { in socketTransport_readPacket()