Searched refs:jshort (Results 1 - 6 of 6) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSMemory.cpp170 swapShorts(jshort *shorts, int count) {
204 jshort* dst = reinterpret_cast<jshort*>(static_cast<uintptr_t>(pointer));
230 static jshort harmony_nio_getShortImpl(JNIEnv *_env, jobject _this,
233 jshort returnValue = *((jshort *)pointer);
237 jshort s;
252 jshort value) {
254 *((jshort *)pointer) = value;
H A Djava_io_ObjectOutputStream.c41 static jshort java_getFieldShort(JNIEnv * env, jclass clazz,
55 return (jshort) 0;
H A Djava_io_ObjectInputStream.c141 jshort newValue) {
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h22 typedef int16_t jshort; /* signed 16 bits */ typedef
31 typedef short jshort; /* signed 16 bits */ typedef
112 jshort s;
210 jshort (*CallShortMethod)(JNIEnv*, jobject, jmethodID, ...);
211 jshort (*CallShortMethodV)(JNIEnv*, jobject, jmethodID, va_list);
212 jshort (*CallShortMethodA)(JNIEnv*, jobject, jmethodID, jvalue*);
253 jshort (*CallNonvirtualShortMethod)(JNIEnv*, jobject, jclass,
255 jshort (*CallNonvirtualShortMethodV)(JNIEnv*, jobject, jclass,
257 jshort (*CallNonvirtualShortMethodA)(JNIEnv*, jobject, jclass,
296 jshort (*GetShortFiel
[all...]
/dalvik/vm/
H A DCheckJni.c1625 GET_STATIC_TYPE_FIELD(jshort, Short);
1648 SET_STATIC_TYPE_FIELD(jshort, Short, PRIM_SHORT);
1670 GET_TYPE_FIELD(jshort, Short);
1692 SET_TYPE_FIELD(jshort, Short, PRIM_SHORT);
1750 CALL_VIRTUAL(jshort, Short, jshort result, result=, result, 'S');
1813 CALL_NONVIRTUAL(jshort, Short, jshort result, result=, result, 'S');
1873 CALL_STATIC(jshort, Short, jshort resul
[all...]
H A DJni.c2569 GET_STATIC_TYPE_FIELD(jshort, Short, false);
2597 SET_STATIC_TYPE_FIELD(jshort, Short, false);
2629 GET_TYPE_FIELD(jshort, Short, false);
2657 SET_TYPE_FIELD(jshort, Short, false);
2731 CALL_VIRTUAL(jshort, Short, 0, result.s, false);
2813 CALL_NONVIRTUAL(jshort, Short, 0, result.s, false);
2868 CALL_STATIC(jshort, Short, 0, result.s, false);
3282 PRIMITIVE_ARRAY_FUNCTIONS(jshort, Short);

Completed in 3020 milliseconds