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

/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.cpp47 Universe::heap()->barrier_set()->write_ref_array(start, count);
H A DbarrierSet.inline.hpp52 void BarrierSet::write_ref_array(HeapWord* start, size_t count) { function in class:BarrierSet
H A DbarrierSet.hpp141 inline void write_ref_array(HeapWord* start, size_t count);
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlass.cpp159 bs->write_ref_array((HeapWord*)dst, pd);
166 bs->write_ref_array((HeapWord*)dst, length);
H A DmethodOop.cpp1314 bs->write_ref_array(methods->base(), length);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1179 // Note that we use the non-virtual inlineable variant of write_ref_array.
1187 bs->write_ref_array((HeapWord*)dst_addr, length);
1196 bs->write_ref_array((HeapWord*)dst_addr, length);
1270 bs->write_ref_array(dst, num);
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp306 bs->write_ref_array((HeapWord*)dest, count);

Completed in 382 milliseconds