Searched refs:put_native_u2 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp50 static inline void put_native_u2(address p, u2 x) { *(u2*)p = x; } function in class:Bytes
62 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, swap_u2(x)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp92 static inline void put_native_u2(address p, u2 x) { function in class:Bytes
150 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, x); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp66 static inline void put_native_u2(address p, u2 x) { function in class:Bytes
149 put_native_u2(p, x);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp139 Bytes::put_native_u2(p, cache_index);
243 Bytes::put_native_u2(p, cache_index);

Completed in 32 milliseconds