Searched refs:write_ref_array (Results 1 - 7 of 7) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | barrierSet.cpp | 47 Universe::heap()->barrier_set()->write_ref_array(start, count);
|
H A D | barrierSet.inline.hpp | 52 void BarrierSet::write_ref_array(HeapWord* start, size_t count) { function in class:BarrierSet
|
H A D | barrierSet.hpp | 141 inline void write_ref_array(HeapWord* start, size_t count);
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | objArrayKlass.cpp | 159 bs->write_ref_array((HeapWord*)dst, pd); 166 bs->write_ref_array((HeapWord*)dst, length);
|
H A D | methodOop.cpp | 1314 bs->write_ref_array(methods->base(), length);
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Runtime1.cpp | 1179 // 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 D | stubRoutines.cpp | 306 bs->write_ref_array((HeapWord*)dest, count);
|
Completed in 1141 milliseconds