Lines Matching refs:R16_thread

1516   __ mr(R3_ARG1, R16_thread);
2032 // (derived from JavaThread* which is in R16_thread) and, if static,
2144 __ addi(r_carg1_jnienv, R16_thread, in_bytes(JavaThread::jni_environment_offset()));
2164 assert(R16_thread->is_nonvolatile(), "thread must be in non-volatile register");
2214 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_locking_C), r_oop, r_box, R16_thread);
2339 __ serialize_memory(R16_thread, r_temp_4, r_temp_5);
2376 __ call_VM_leaf(entry_point, R16_thread);
2454 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_unlocking_C), r_oop, r_box, R16_thread);
2490 __ st_ptr(R0, JavaThread::pending_jni_exception_check_fn_offset(), R16_thread);
2782 __ std(R3_ARG1, in_bytes(JavaThread::exception_oop_offset()), R16_thread);
2783 __ std(R4_ARG2, in_bytes(JavaThread::exception_pc_offset()), R16_thread);
2829 __ call_VM_leaf(CAST_FROM_FN_PTR(address, Deoptimization::fetch_unroll_info), R16_thread, exec_mode_reg);
2850 __ ld(R3_RET, in_bytes(JavaThread::exception_oop_offset()), R16_thread);
2851 __ ld(R4_ARG2, in_bytes(JavaThread::exception_pc_offset()), R16_thread);
2853 __ std(R0, in_bytes(JavaThread::exception_pc_offset()), R16_thread);
2854 __ std(R0, in_bytes(JavaThread::exception_oop_offset()), R16_thread);
2896 R16_thread/*thread*/, exec_mode_reg/*exec_mode*/);
2970 R16_thread, klass_index_reg, R5_ARG3);
3029 R16_thread, unc_trap_reg);
3095 __ call_VM_leaf(call_ptr, R16_thread);
3180 __ call_VM_leaf(destination, R16_thread, R19_method);
3219 __ std(R11_scratch1, in_bytes(JavaThread::vm_result_offset()), R16_thread);