Searched refs:byte_at_put (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.cpp35 byte_at_put(i, name[i]);
H A Dsymbol.hpp119 void byte_at_put(int index, int value) { function in class:Symbol
H A DtypeArrayOop.hpp125 void byte_at_put(int which, jbyte contents) { *byte_at_addr(which) = contents; } function in class:typeArrayOopDesc
H A DconstantPoolKlass.cpp93 tags()->byte_at_put(index, JVM_CONSTANT_Invalid);
H A DconstantPoolOop.hpp99 void tag_at_put(int which, jbyte t) { tags()->byte_at_put(which, t); }
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4017 dbuf->byte_at_put(off++, (val != 0) ? 1 : 0);
4022 dbuf->byte_at_put(off++, o->byte_field(field_offset));
4028 dbuf->byte_at_put(off++, (val >> 8) & 0xFF);
4029 dbuf->byte_at_put(off++, (val >> 0) & 0xFF);
4036 dbuf->byte_at_put(off++, (val >> 8) & 0xFF);
4037 dbuf->byte_at_put(off++, (val >> 0) & 0xFF);
4044 dbuf->byte_at_put(off++, (val >> 24) & 0xFF);
4045 dbuf->byte_at_put(off++, (val >> 16) & 0xFF);
4046 dbuf->byte_at_put(off++, (val >> 8) & 0xFF);
4047 dbuf->byte_at_put(of
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp286 typeArrayOop(a)->byte_at_put(index, value->b);

Completed in 305 milliseconds