Searched refs:put_native_u8 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp52 static inline void put_native_u8(address p, u8 x) { *(u8*)p = x; } function in class:Bytes
64 static inline void put_Java_u8(address p, u8 x) { put_native_u8(p, swap_u8(x)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp117 static inline void put_native_u8(address p, u8 x) { function in class:Bytes
152 static inline void put_Java_u8(address p, u8 x) { put_native_u8(p, x); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp76 static inline void put_native_u8(address p, u8 x) { function in class:Bytes
155 put_native_u8(p, x);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp274 Bytes::put_native_u8((address)slot_addr, value);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp264 Bytes::put_native_u8((address)long_at_addr(which), *((u8*) &l));
276 Bytes::put_native_u8((address) double_at_addr(which), *((u8*) &d));

Completed in 36 milliseconds