Searched defs:threadLastJavaSpOffset (Results 1 - 6 of 6) 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 DSPARCHotSpotCRuntimeCallPrologueOp.java50 private final int threadLastJavaSpOffset; field in class:SPARCHotSpotCRuntimeCallPrologueOp
56 SPARCHotSpotCRuntimeCallPrologueOp(int threadLastJavaSpOffset, Register thread, Register stackPointer, Value threadTemp, AllocatableValue spScratch) { argument
H A DSPARCHotSpotCRuntimeCallEpilogueOp.java48 private final int threadLastJavaSpOffset; field in class:SPARCHotSpotCRuntimeCallEpilogueOp
54 SPARCHotSpotCRuntimeCallEpilogueOp(int threadLastJavaSpOffset, int threadLastJavaPcOffset, int threadJavaFrameAnchorFlagsOffset, Register thread, Value threadTemp) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotCRuntimeCallEpilogueOp.java38 private final int threadLastJavaSpOffset; field in class:AMD64HotSpotCRuntimeCallEpilogueOp
43 AMD64HotSpotCRuntimeCallEpilogueOp(int threadLastJavaSpOffset, int threadLastJavaFpOffset, int threadLastJavaPcOffset, Register thread) { argument
H A DAMD64HotSpotCRuntimeCallPrologueOp.java40 private final int threadLastJavaSpOffset; field in class:AMD64HotSpotCRuntimeCallPrologueOp
43 AMD64HotSpotCRuntimeCallPrologueOp(int threadLastJavaSpOffset, Register thread) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotCRuntimeCallPrologueOp.java44 private final int threadLastJavaSpOffset; field in class:AArch64HotSpotCRuntimeCallPrologueOp
51 public AArch64HotSpotCRuntimeCallPrologueOp(int threadLastJavaSpOffset, int threadLastJavaPcOffset, int threadLastJavaFpOffset, Register thread, AllocatableValue scratch, Label label) { argument
H A DAArch64HotSpotCRuntimeCallEpilogueOp.java39 private final int threadLastJavaSpOffset; field in class:AArch64HotSpotCRuntimeCallEpilogueOp
43 public AArch64HotSpotCRuntimeCallEpilogueOp(int threadLastJavaSpOffset, int threadLastJavaFpOffset, Register thread) { argument

Completed in 59 milliseconds