Searched defs:O1_to (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2735 const Register O1_to = O1; // destination array address local
2778 gen_write_ref_array_pre_barrier(O1_to, O2_count, dest_uninitialized);
2800 __ store_heap_oop(G3_oop, O1_to, O5_offset); // store the oop
2827 gen_write_ref_array_post_barrier(O1_to, O2_count, O3); // store check on O1[0..O2]
2857 const Register O1_to = O1; // destination array address local
2869 __ or3(O0_from, O1_to, G1_bits);

Completed in 82 milliseconds