Home
last modified time | relevance | path

Searched refs:exceptionOop (Results 1 – 25 of 78) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java86 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
88 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
89 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
101 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java86 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
88 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
89 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
101 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java86 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
88 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
89 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
101 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java86 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
88 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
89 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
101 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java77 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
79 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
80 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
92 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java81 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
83 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
84 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
96 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DUnwindExceptionToCallerStub.java81 Pointer exceptionOop = Word.objectToTrackedPointer(exception); in unwindExceptionToCaller() local
83 printf("unwinding exception %p (", exceptionOop.rawValue()); in unwindExceptionToCaller()
84 decipher(exceptionOop.rawValue()); in unwindExceptionToCaller()
96 …printf("handler for exception %p at return address %p is at %p (", exceptionOop.rawValue(), return… in unwindExceptionToCaller()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp235 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
236 void unwind_op(LIR_Opr exceptionOop);
H A Dc1_LIR.hpp2128 void throw_exception(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_exception() argument
2129 append(new LIR_Op2(lir_throw, exceptionPC, exceptionOop, LIR_OprFact::illegalOpr, info)); in throw_exception()
2131 void unwind_exception(LIR_Opr exceptionOop) { in unwind_exception() argument
2132 append(new LIR_Op1(lir_unwind, exceptionOop)); in unwind_exception()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp238 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
239 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp231 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
232 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp231 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
232 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp235 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
236 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp235 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
236 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp231 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
232 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LIRAssembler.hpp238 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
239 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp240 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
241 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp240 void throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info);
241 void unwind_op(LIR_Opr exceptionOop);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dc1_LIRAssembler_arm.cpp2015 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
2016 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in throw_op()
2018 info->add_register_oop(exceptionOop); in throw_op()
2030 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
2031 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in unwind_op()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dc1_LIRAssembler_arm.cpp2000 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
2001 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in throw_op()
2003 info->add_register_oop(exceptionOop); in throw_op()
2015 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
2016 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in unwind_op()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dc1_LIRAssembler_arm.cpp1985 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
1986 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in throw_op()
1988 info->add_register_oop(exceptionOop); in throw_op()
2000 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
2001 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in unwind_op()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dc1_LIRAssembler_arm.cpp1976 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
1977 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in throw_op()
1979 info->add_register_oop(exceptionOop); in throw_op()
1991 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
1992 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in unwind_op()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRAssembler_aarch64.cpp2077 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
2078 assert(exceptionOop->as_register() == r0, "must match"); in throw_op()
2083 info->add_register_oop(exceptionOop); in throw_op()
2107 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
2108 assert(exceptionOop->as_register() == r0, "must match"); in unwind_op()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dc1_LIRAssembler_arm.cpp1985 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
1986 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in throw_op()
1988 info->add_register_oop(exceptionOop); in throw_op()
2000 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
2001 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in unwind_op()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dc1_LIRAssembler_arm.cpp2015 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { in throw_op() argument
2016 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in throw_op()
2018 info->add_register_oop(exceptionOop); in throw_op()
2030 void LIR_Assembler::unwind_op(LIR_Opr exceptionOop) { in unwind_op() argument
2031 assert(exceptionOop->as_register() == Rexception_obj, "must match"); in unwind_op()

1234