Searched defs:scratch (Results 1 - 25 of 59) sorted by relevance

123

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotSafepointOp.java54 public AArch64HotSpotSafepointOp(LIRFrameState state, GraalHotSpotVMConfig config, AllocatableValue scratch) { argument
79 public static void emitCode(CompilationResultBuilder crb, AArch64MacroAssembler masm, GraalHotSpotVMConfig config, boolean onReturn, Register scratch, LIRFrameState state) { argument
H A DAArch64HotSpotCRuntimeCallPrologueOp.java48 @Temp({REG}) protected AllocatableValue scratch; field in class:AArch64HotSpotCRuntimeCallPrologueOp
51 public AArch64HotSpotCRuntimeCallPrologueOp(int threadLastJavaSpOffset, int threadLastJavaPcOffset, int threadLastJavaFpOffset, Register thread, AllocatableValue scratch, Label label) { argument
H A DAArch64HotSpotStrategySwitchOp.java47 AArch64HotSpotStrategySwitchOp(SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, Value key, Value scratch, Function<Condition, AArch64Assembler.ConditionFlag> converter) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotSafepointOp.java88 public static void emitCode(CompilationResultBuilder crb, AMD64MacroAssembler asm, GraalHotSpotVMConfig config, boolean atReturn, LIRFrameState state, Register scratch) { argument
H A DAMD64HotSpotStrategySwitchOp.java42 AMD64HotSpotStrategySwitchOp(SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, Value key, Value scratch) { argument
H A DAMD64HotSpotMove.java268 public static void decodeKlassPointer(CompilationResultBuilder crb, AMD64MacroAssembler masm, Register register, Register scratch, AMD64Address address, GraalHotSpotVMConfig config) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.sparc/src/org/graalvm/compiler/hotspot/sparc/
H A DSPARCHotSpotStrategySwitchOp.java58 SPARCHotSpotStrategySwitchOp(Value constantTableBase, SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, AllocatableValue key, Variable scratch) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCBitManipulationOp.java62 @Temp({REG}) protected AllocatableValue scratch; field in class:SPARCBitManipulationOp
H A DSPARCCall.java199 public static void directCall(CompilationResultBuilder crb, SPARCMacroAssembler masm, InvokeTarget callTarget, Register scratch, LIRFrameState info) { argument
H A DSPARCArithmetic.java315 @Temp({REG}) public AllocatableValue scratch; field in class:SPARCArithmetic.MulHighOp
322 public MulHighOp(MulHigh opcode, AllocatableValue x, AllocatableValue y, AllocatableValue result, AllocatableValue scratch) { argument
[all...]
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DgenMarkSweep.cpp152 ScratchBlock* scratch = gch->gather_scratch(gch->old_gen(), 0); local
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.aarch64/src/org/graalvm/compiler/lir/aarch64/
H A DAArch64Call.java194 public static void directCall(CompilationResultBuilder crb, AArch64MacroAssembler masm, InvokeTarget callTarget, Register scratch, LIRFrameState info) { argument
198 public static void directCall(CompilationResultBuilder crb, AArch64MacroAssembler masm, InvokeTarget callTarget, Register scratch, LIRFrameState info, Label label) { argument
H A DAArch64ControlFlow.java171 @Temp protected Value scratch; field in class:AArch64ControlFlow.StrategySwitchOp
173 public StrategySwitchOp(SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, Value key, Value scratch, argument
178 protected StrategySwitchOp(LIRInstructionClass<? extends StrategySwitchOp> c, SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, Value key, Value scratch, argument
245 @Temp protected Value scratch; field in class:AArch64ControlFlow.TableSwitchOp
247 TableSwitchOp(final int lowKey, final LabelRef defaultTarget, final LabelRef[] targets, Value index, Variable scratch, Variable idxScratch) argument
[all...]
H A DAArch64Move.java361 public CompareAndSwapOp(AllocatableValue result, Value expectedValue, AllocatableValue newValue, AllocatableValue addressValue, AllocatableValue scratch) { argument
581 private static AArch64Address loadStackSlotAddress(CompilationResultBuilder crb, AArch64MacroAssembler masm, StackSlot slot, AllocatableValue scratch) { argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64Call.java186 public static void directCall(CompilationResultBuilder crb, AMD64MacroAssembler masm, InvokeTarget callTarget, Register scratch, boolean align, LIRFrameState info) { argument
H A DAMD64ControlFlow.java165 @Temp({REG, ILLEGAL}) protected Value scratch; field in class:AMD64ControlFlow.StrategySwitchOp
168 public StrategySwitchOp(SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, Value key, Value scratch) { argument
172 protected StrategySwitchOp(LIRInstructionClass<? extends StrategySwitchOp> c, SwitchStrategy strategy, LabelRef[] keyTargets, LabelRef defaultTarget, Value key, Value scratch) { argument
237 @Temp protected Value scratch; field in class:AMD64ControlFlow.TableSwitchOp
239 public TableSwitchOp(final int lowKey, final LabelRef defaultTarget, final LabelRef[] targets, Value index, Variable scratch, Variabl argument
[all...]
H A DAMD64Move.java172 private Register scratch; field in class:AMD64Move.AMD64StackMove
174 public AMD64StackMove(AllocatableValue result, AllocatableValue input, Register scratch, AllocatableValue backupSlot) { argument
226 private Register scratch; field in class:AMD64Move.AMD64MultiStackMove
228 AMD64MultiStackMove(AllocatableValue[] results, Value[] inputs, Register scratch, AllocatableValue backupSlot) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64.test/src/org/graalvm/compiler/asm/aarch64/test/
H A DAArch64MacroAssemblerTest.java53 private Register scratch; field in class:AArch64MacroAssemblerTest
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.cpp310 set_last_Java_frame(Register last_java_sp, Register last_java_fp, Register last_java_pc, Register scratch) argument
337 set_last_Java_frame(Register last_java_sp, Register last_java_fp, address last_java_pc, Register scratch) argument
357 set_last_Java_frame(Register last_java_sp, Register last_java_fp, Label &L, Register scratch) argument
[all...]
H A Dc1_MacroAssembler_aarch64.cpp63 int C1_MacroAssembler::lock_object(Register hdr, Register obj, Register disp_hdr, Register scratch, Label& slow_case) { argument
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Decp_jm.c56 ec_GFp_pt_dbl_jm(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument
126 ec_GFp_pt_add_jm_aff(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument
233 mp_int scratch[MAX_SCRATCH]; local
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp39 int C1_MacroAssembler::lock_object(Register hdr, Register obj, Register disp_hdr, Register scratch, Label& slow_case) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.inline.hpp61 inline int MacroAssembler::store_const(const Address &dest, long imm, Register scratch, bool is_long) { argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/opengl/
H A DWGLGraphicsConfig.c444 WGLGC_InitOGLContext(jint pixfmt, HGLRC context, HPBUFFERARB scratch, HDC scratchDC, jint caps) argument
499 HPBUFFERARB scratch; local
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/opengl/
H A DGLXGraphicsConfig.c472 GLXPbuffer scratch; local
416 GLXGC_InitOGLContext(GLXFBConfig fbconfig, GLXContext context, GLXPbuffer scratch, jint caps) argument
[all...]

Completed in 244 milliseconds

123