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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.sparc/src/org/graalvm/compiler/hotspot/sparc/
H A DSPARCHotSpotJumpToExceptionHandlerInCallerOp.java53 @Use(REG) AllocatableValue handlerInCallerPc; field in class:SPARCHotSpotJumpToExceptionHandlerInCallerOp
59 SPARCHotSpotJumpToExceptionHandlerInCallerOp(AllocatableValue handlerInCallerPc, AllocatableValue exception, AllocatableValue exceptionPc, int isMethodHandleReturnOffset, Register thread) { argument
H A DSPARCHotSpotNodeLIRBuilder.java126 public void emitJumpToExceptionHandlerInCaller(ValueNode handlerInCallerPc, ValueNode exception, ValueNode exceptionPc) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotJumpToExceptionHandlerInCallerOp.java51 @Use(REG) private AllocatableValue handlerInCallerPc; field in class:AArch64HotSpotJumpToExceptionHandlerInCallerOp
57 public AArch64HotSpotJumpToExceptionHandlerInCallerOp(AllocatableValue handlerInCallerPc, AllocatableValue exception, AllocatableValue exceptionPc, int isMethodHandleReturnOffset, argument
H A DAArch64HotSpotNodeLIRBuilder.java155 public void emitJumpToExceptionHandlerInCaller(ValueNode handlerInCallerPc, ValueNode exception, ValueNode exceptionPc) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DJumpToExceptionHandlerInCallerNode.java47 @Input ValueNode handlerInCallerPc; field in class:JumpToExceptionHandlerInCallerNode
51 public JumpToExceptionHandlerInCallerNode(ValueNode handlerInCallerPc, ValueNode exception, ValueNode exceptionPc) { argument
64 public static native void jumpToExceptionHandlerInCaller(Word handlerInCallerPc, Object exception, Word exceptionPc); argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotNodeLIRBuilder.java44 void emitJumpToExceptionHandlerInCaller(ValueNode handlerInCallerPc, ValueNode exception, ValueNode exceptionPc); argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotJumpToExceptionHandlerInCallerOp.java49 @Use(REG) AllocatableValue handlerInCallerPc; field in class:AMD64HotSpotJumpToExceptionHandlerInCallerOp
55 AMD64HotSpotJumpToExceptionHandlerInCallerOp(AllocatableValue handlerInCallerPc, AllocatableValue exception, AllocatableValue exceptionPc, int isMethodHandleReturnOffset, Register thread) { argument
H A DAMD64HotSpotNodeLIRBuilder.java161 public void emitJumpToExceptionHandlerInCaller(ValueNode handlerInCallerPc, ValueNode exception, ValueNode exceptionPc) { argument

Completed in 56 milliseconds