Searched refs:write_ref_array_pre (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.cpp38 Universe::heap()->barrier_set()->write_ref_array_pre((narrowOop*)start, (int)count, false);
40 Universe::heap()->barrier_set()->write_ref_array_pre( (oop*)start, (int)count, false);
H A DbarrierSet.hpp135 virtual void write_ref_array_pre(oop* dst, int length, function in class:BarrierSet
137 virtual void write_ref_array_pre(narrowOop* dst, int length, function in class:BarrierSet
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1SATBCardTableModRefBS.hpp81 virtual void write_ref_array_pre(oop* dst, int count, bool dest_uninitialized) { function in class:G1SATBCardTableModRefBS
86 virtual void write_ref_array_pre(narrowOop* dst, int count, bool dest_uninitialized) { function in class:G1SATBCardTableModRefBS
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlass.cpp127 bs->write_ref_array_pre(dst, length);
135 bs->write_ref_array_pre(dst, length);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1185 bs->write_ref_array_pre(dst_addr, length);
1194 bs->write_ref_array_pre(dst_addr, length);
1264 bs->write_ref_array_pre((narrowOop*)dst, num);
1267 bs->write_ref_array_pre((oop*)dst, num);
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp299 bs->write_ref_array_pre(dest, (int)count, dest_uninitialized);

Completed in 63 milliseconds