Home
last modified time | relevance | path

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

/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_i18n_timezone_internal_Memory.cpp62 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) { in swapShorts()
71 jshort v = get_unaligned<jshort>(reinterpret_cast<const jshort*>(src)); in swapShorts()
72 put_unaligned<jshort>(reinterpret_cast<jshort*>(dst), bswap_16(v)); in swapShorts()
124 PEEKER(jchar, Char, jshort, swapShorts); in Memory_peekCharArray()
144 PEEKER(jshort, Short, jshort, swapShorts); in Memory_peekShortArray()
176 POKER(jchar, Char, jshort, swapShorts); in Memory_pokeCharArray()
196 POKER(jshort, Short, jshort, swapShorts); in Memory_pokeShortArray()
199 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative()
200 return get_unaligned<jshort>(cast<const jshort*>(srcAddress)); in Memory_peekShortNative()
203 static void Memory_pokeShortNative(JNIEnv*, jclass, jlong dstAddress, jshort value) { in Memory_pokeShortNative()
[all …]
/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()
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi3469 …<typedef-decl name='jshort' type-id='23bd8cb5' filepath='libnativehelper/include_jni/jni.h' line='…