Home
last modified time | relevance | path

Searched refs:Z_EXC_OOP (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp233 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
241 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
242 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
259 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
263 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
796 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
833 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
835 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
844 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp195 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
200 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
202 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
226 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1935 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1951 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
H A Dc1_LIRGenerator_s390.cpp68 LIR_Opr LIRGenerator::exceptionOopOpr() { return FrameMap::as_oop_opr(Z_EXC_OOP); } in exceptionOopOpr()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp234 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
242 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
243 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
260 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
264 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
797 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
834 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
836 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
845 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp211 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
216 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
218 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
242 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1951 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1967 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp235 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
243 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
244 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
261 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
265 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
798 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
835 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
837 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
846 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp210 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
215 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
217 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
241 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1934 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1950 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp237 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
245 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
246 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
263 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
267 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
800 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
837 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
839 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
848 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp211 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
216 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
218 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
242 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1921 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1937 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp233 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
241 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
242 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
259 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
263 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
796 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
833 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
835 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
844 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp195 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
200 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
202 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
226 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1935 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1951 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp233 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
241 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
242 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
259 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
263 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
796 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
833 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
835 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
844 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp195 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
200 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
202 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
226 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1926 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1942 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp235 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
243 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
244 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
261 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
265 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
798 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
835 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
837 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
846 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp210 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
215 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
217 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
241 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1934 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1950 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dc1_Runtime1_s390.cpp234 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC); in generate_unwind_exception()
242 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
243 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); in generate_unwind_exception()
260 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); in generate_unwind_exception()
264 __ verify_not_null_oop(Z_EXC_OOP); in generate_unwind_exception()
797 __ z_lg(Z_EXC_OOP, Address(Z_thread, Thread::pending_exception_offset())); in generate_handle_exception()
834 __ invalidate_registers(Z_EXC_OOP, Z_EXC_PC, reg_fp); in generate_handle_exception()
836 __ verify_not_null_oop(Z_EXC_OOP); in generate_handle_exception()
845 __ z_stg(Z_EXC_OOP, Address(Z_thread, JavaThread::exception_oop_offset())); in generate_handle_exception()
H A Dregister_s390.hpp488 REGISTER_DECLARATION(Register, Z_EXC_OOP, Z_R2);
504 #define Z_EXC_OOP AS_REGISTER(Register, Z_R2) macro
H A Dc1_LIRAssembler_s390.cpp211 __ z_lg(Z_EXC_OOP, exc_oop_addr); in emit_unwind_handler()
216 __ verify_not_null_oop(Z_EXC_OOP); in emit_unwind_handler()
218 __ lgr_if_needed(exception_oop_callee_saved, Z_EXC_OOP); // Preserve the exception. in emit_unwind_handler()
242 __ lgr_if_needed(Z_EXC_OOP, exception_oop_callee_saved); // Restore the exception. in emit_unwind_handler()
1949 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in throw_op()
1965 assert(exceptionOop->as_register() == Z_EXC_OOP, "should match"); in unwind_op()

12