Searched refs:jshort (Results 1 – 6 of 6) sorted by relevance
/dalvik/libcore/luni/src/main/native/ |
D | org_apache_harmony_luni_platform_OSMemory.cpp | 141 swapShorts(jshort *shorts, int numBytes) { in swapShorts() 182 jshort *src_ = in harmony_nio_putShortsImpl() 183 (jshort *)_env->GetPrimitiveArrayCritical(src, (jboolean *)0); in harmony_nio_putShortsImpl() 222 static jshort harmony_nio_getShortImpl(JNIEnv *_env, jobject _this, in harmony_nio_getShortImpl() 225 jshort returnValue = *((jshort *)pointer); in harmony_nio_getShortImpl() 229 jshort s; in harmony_nio_getShortImpl() 244 jshort value) { in harmony_nio_putShortImpl() 246 *((jshort *)pointer) = value; in harmony_nio_putShortImpl()
|
D | java_io_ObjectOutputStream.c | 41 static jshort java_getFieldShort(JNIEnv * env, jclass clazz, in java_getFieldShort() 55 return (jshort) 0; in java_getFieldShort()
|
D | java_io_ObjectInputStream.c | 141 jshort newValue) { in java_setFieldShort()
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 22 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 (*GetShortField)(JNIEnv*, jobject, jfieldID); [all …]
|
/dalvik/vm/ |
D | CheckJni.c | 1328 GET_STATIC_TYPE_FIELD(jshort, Short, false); 1350 SET_STATIC_TYPE_FIELD(jshort, Short, PRIM_SHORT); 1372 GET_TYPE_FIELD(jshort, Short, false); 1393 SET_TYPE_FIELD(jshort, Short, PRIM_SHORT); 1444 CALL_VIRTUAL(jshort, Short, 0, jshort result, result=, result, 'S'); 1499 CALL_NONVIRTUAL(jshort, Short, 0, jshort result, result=, result, 'S'); 1552 CALL_STATIC(jshort, Short, 0, jshort result, result=, result, 'S'); 1800 PRIMITIVE_ARRAY_FUNCTIONS(jshort, Short, 'S');
|
D | Jni.c | 1817 GET_STATIC_TYPE_FIELD(jshort, Short, false); 1840 SET_STATIC_TYPE_FIELD(jshort, Short, s); 1867 GET_TYPE_FIELD(jshort, Short, false); 1889 SET_TYPE_FIELD(jshort, Short); 1963 CALL_VIRTUAL(jshort, Short, 0, result.s, false); 2042 CALL_NONVIRTUAL(jshort, Short, 0, result.s, false); 2097 CALL_STATIC(jshort, Short, 0, result.s, false); 2504 PRIMITIVE_ARRAY_FUNCTIONS(jshort, Short);
|