Lines Matching refs:st_ptr

878   inc(L4, get_pc(L4) + 2 * BytesPerInstWord); // skip getpc() code + inc + st_ptr to point L4 at call
879 st_ptr(L4, L3, 0);
998 st_ptr(last_Java_pc, pc_addr);
1013 st_ptr(G4_scratch, G2_thread, JavaThread::last_Java_sp_offset());
1015 st_ptr(last_java_sp, G2_thread, JavaThread::last_Java_sp_offset());
1039 st_ptr(G0, sp_addr);
1041 st_ptr(G0, pc_addr);
1230 st_ptr(G0, vm_result_addr);
1239 st_ptr(G0, vm_result_addr_2);
1265 st_ptr(oop_result, vm_result_addr);
1572 st_ptr(s1, s1_addr);
1578 st_ptr(s2, s2_addr);
1709 a->ld_ptr(as_iRegister(i)->address_in_saved_window().after_save(), L1); a->st_ptr( L1, O0, i_offset(i));
1710 a->ld_ptr(as_lRegister(i)->address_in_saved_window().after_save(), L1); a->st_ptr( L1, O0, l_offset(i));
1711 a->st_ptr(as_oRegister(i)->after_save(), O0, o_offset(i));
1712 a->st_ptr(as_gRegister(i)->after_save(), O0, g_offset(i));
3279 st_ptr(super_klass, sub_klass, sc_offset);
3525 st_ptr(Rscratch, Rbox, BasicLock::displaced_header_offset_in_bytes());
3546 st_ptr(Rmark, Rbox, BasicLock::displaced_header_offset_in_bytes());
3566 st_ptr(Rscratch, Rbox, BasicLock::displaced_header_offset_in_bytes());
3587 st_ptr(Rmark, Rbox, BasicLock::displaced_header_offset_in_bytes());
3610 delayed()-> st_ptr(Rscratch, Rbox, BasicLock::displaced_header_offset_in_bytes());
3665 delayed()->st_ptr(Rmark, Rbox, BasicLock::displaced_header_offset_in_bytes());
3670 delayed()->st_ptr(Rbox, mark_addr);
3696 st_ptr(Rscratch, Rbox, BasicLock::displaced_header_offset_in_bytes());
3701 delayed()->st_ptr(Rscratch, Rbox, BasicLock::displaced_header_offset_in_bytes());
3726 st_ptr(Rbox, Rbox, BasicLock::displaced_header_offset_in_bytes());
3808 delayed()->st_ptr(G0, Rmark, ObjectMonitor::owner_offset_in_bytes() - 2);
3811 st_ptr(G0, Rmark, ObjectMonitor::owner_offset_in_bytes() - 2);
3829 delayed()->st_ptr(G0, Rmark, ObjectMonitor::owner_offset_in_bytes() - 2);
4081 st_ptr(free, G2_thread, in_bytes(JavaThread::tlab_top_offset()));
4114 st_ptr(t2, G2_thread, in_bytes(JavaThread::tlab_refill_waste_limit_offset()));
4140 st_ptr(t2, top, oopDesc::mark_offset_in_bytes()); // set up the mark word
4164 st_ptr(top, G2_thread, in_bytes(JavaThread::tlab_start_offset()));
4165 st_ptr(top, G2_thread, in_bytes(JavaThread::tlab_top_offset()));
4181 st_ptr(top, G2_thread, in_bytes(JavaThread::tlab_end_offset()));
4346 __ st_ptr(pre_val, L1, L0); // [_buf + index] := I0
4350 __ delayed()->st_ptr(L0, G2_thread, satb_q_index_byte_offset);
4353 __ st_ptr(L0, G2_thread, satb_q_index_byte_offset);
4561 __ st_ptr(O3, L1, L0); // [_buf + index] := I0
4564 __ delayed()->st_ptr(L0, G2_thread, dirty_card_q_index_byte_offset);
4688 st_ptr(klass, dst_oop, oopDesc::klass_offset_in_bytes());
4737 st_ptr(d, s1, s2);
4747 st_ptr(d, s1, simm13a);
4757 st_ptr(d, a, offset);