Searched refs:put_Java_u2 (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp62 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, swap_u2(x)); } function in class:Bytes
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp108 static inline void put_Java_u2(address p, u2 x) { function in class:Bytes
148 static inline void put_Java_u2(address p, u2 x) { function in class:Bytes
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp98 Bytes::put_Java_u2(cpool_index_addr(), idx);
108 Bytes::put_Java_u2(bci_addr(), bci);
298 Bytes::put_Java_u2(offset_delta_addr(), offset_delta - 1);
425 Bytes::put_Java_u2(offset_delta_addr(), offset_delta - 1);
490 Bytes::put_Java_u2(offset_delta_addr(), offset_delta - 1);
577 Bytes::put_Java_u2(offset_delta_addr(), offset_delta - 1);
722 Bytes::put_Java_u2(offset_delta_addr(), offset_delta - 1);
725 Bytes::put_Java_u2(num_locals_addr(), num_locals);
728 Bytes::put_Java_u2(stack_slots_addr(end_of_locals), stack_slots);
887 Bytes::put_Java_u2(number_of_entries_add
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp110 inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci], value); }
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1611 Bytes::put_Java_u2((address) (bytes+1), (u2) len);
1647 Bytes::put_Java_u2((address) (bytes+1), idx1);
1678 Bytes::put_Java_u2((address) (bytes+1), idx1);
1687 Bytes::put_Java_u2((address) (bytes+1), idx1);
1697 Bytes::put_Java_u2((address) (bytes+1), idx1);
1698 Bytes::put_Java_u2((address) (bytes+3), idx2);
1705 Bytes::put_Java_u2((address) (bytes+1), idx1);
1706 Bytes::put_Java_u2((address) (bytes+3), idx2);
1713 Bytes::put_Java_u2((address) (bytes+1), idx1);
1720 Bytes::put_Java_u2((addres
[all...]
H A DgenerateOopMap.cpp2407 Bytes::put_Java_u2(bcp+2, varNo);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp145 Bytes::put_Java_u2(p, pool_index);
225 Bytes::put_Java_u2(p, pool_index);
260 Bytes::put_Java_u2(p, pool_index);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp150 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, x); } function in class:Bytes
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp676 Bytes::put_Java_u2(writeable_address(2), x);
741 Bytes::put_Java_u2((address)(p+1), (u2)i); // java byte ordering
H A DjvmtiRedefineClasses.cpp1506 // See comment below for difference between put_Java_u2()
1508 Bytes::put_Java_u2(bcp, new_index);
1568 Bytes::put_Java_u2(p, new_index);
1719 Bytes::put_Java_u2(cp_index_addr, new_cp_index);
2312 Bytes::put_Java_u2(stackmap_p_ref, new_cp_index);
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp548 Bytes::put_Java_u2((address)&v, x);

Completed in 72 milliseconds