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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp51 static inline void put_native_u4(address p, u4 x) { *(u4*)p = x; } function in class:Bytes
63 static inline void put_Java_u4(address p, u4 x) { put_native_u4(p, swap_u4(x)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp100 static inline void put_native_u4(address p, u4 x) { function in class:Bytes
151 static inline void put_Java_u4(address p, u4 x) { put_native_u4(p, x); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp71 static inline void put_native_u4(address p, u4 x) { function in class:Bytes
152 put_native_u4(p, x);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp215 Bytes::put_native_u4(p, constantPoolCacheOopDesc::encode_secondary_index(cpc2));

Completed in 33 milliseconds