Searched refs:put_Java_u4 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp63 static inline void put_Java_u4(address p, u4 x) { put_native_u4(p, swap_u4(x)); } function in class:Bytes
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp112 static inline void put_Java_u4(address p, u4 x) { function in class:Bytes
151 static inline void put_Java_u4(address p, u4 x) { function in class:Bytes
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp106 inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp151 static inline void put_Java_u4(address p, u4 x) { put_native_u4(p, x); } function in class:Bytes
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp224 Bytes::put_Java_u4(p, 0);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp680 Bytes::put_Java_u4(writeable_address(4), x);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1620 Bytes::put_Java_u4((address) (bytes+1), *(u4*)&val);
1625 Bytes::put_Java_u4((address) (bytes+1), *(u4*)&val);
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp923 Bytes::put_Java_u4(attribute_length_addr(), len);
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp554 Bytes::put_Java_u4((address)&v, x);

Completed in 52 milliseconds