Searched refs:put_int2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp47 static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]; } function in class:JNITypes
48 static inline void put_int2 (jint *from, jint *to, int& pos) { put_int2 (from, (jint *)((intptr_t *)to + pos)); pos += 2; } function in class:JNITypes
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp47 static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]; } function in class:JNITypes
48 static inline void put_int2 (jint *from, jint *to, int& pos) { put_int2 (from, (jint *)((intptr_t *)to + pos)); pos += 2; } function in class:JNITypes

Completed in 30 milliseconds