Home
last modified time | relevance | path

Searched refs:pc_offset (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm13500_a1-pure.cl23 u32 pc_offset;
42 const u32 pc_offset = esalt_bufs[DIGESTS_OFFSET].pc_offset;
52 ctx0.w0[0] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 0]);
53 ctx0.w0[1] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 1]);
54 ctx0.w0[2] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 2]);
55 ctx0.w0[3] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 3]);
56 ctx0.w1[0] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 4]);
57 ctx0.w1[1] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 5]);
58 ctx0.w1[2] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 6]);
59 ctx0.w1[3] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 7]);
[all …]
H A Dm13500_a0-pure.cl25 u32 pc_offset;
44 const u32 pc_offset = esalt_bufs[DIGESTS_OFFSET].pc_offset;
54 ctx0.w0[0] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 0]);
55 ctx0.w0[1] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 1]);
56 ctx0.w0[2] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 2]);
57 ctx0.w0[3] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 3]);
58 ctx0.w1[0] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 4]);
59 ctx0.w1[1] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 5]);
60 ctx0.w1[2] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 6]);
61 ctx0.w1[3] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 7]);
[all …]
H A Dm13500_a3-pure.cl23 u32 pc_offset;
42 const u32 pc_offset = esalt_bufs[DIGESTS_OFFSET].pc_offset;
52 ctx0.w0[0] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 0]);
53 ctx0.w0[1] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 1]);
54 ctx0.w0[2] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 2]);
55 ctx0.w0[3] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 3]);
56 ctx0.w1[0] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 4]);
57 ctx0.w1[1] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 5]);
58 ctx0.w1[2] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 6]);
59 ctx0.w1[3] = hc_swap32_S (esalt_bufs[DIGESTS_OFFSET].salt_buf[pc_offset + 7]);
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dcodegen_ops_jump.h78 static void BRANCH_COND_B(int pc_offset, uint32_t op_pc, uint32_t offset, int not) in BRANCH_COND_B() argument
82 TEST_ZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_B()
84 TEST_NONZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_B()
87 static void BRANCH_COND_E(int pc_offset, uint32_t op_pc, uint32_t offset, int not) in BRANCH_COND_E() argument
127 TEST_ZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_E()
129 TEST_NONZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_E()
138 TEST_ZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_O()
140 TEST_NONZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_O()
147 TEST_ZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_P()
149 TEST_NONZERO_JUMP_L(0, op_pc+pc_offset+offset, timing_bt); in BRANCH_COND_P()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
117 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
118 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
144 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
195 void add_new_pc_offset(int pc_offset);
196 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
117 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
118 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
144 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
195 void add_new_pc_offset(int pc_offset);
196 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
117 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
118 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
144 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
195 void add_new_pc_offset(int pc_offset);
196 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
120 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
121 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
147 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
198 void add_new_pc_offset(int pc_offset);
199 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp84 void add_oopmap(int pc_offset, OopMap* map);
87 void add_safepoint(int pc_offset, OopMap* map);
90 void add_non_safepoint(int pc_offset);
102 void describe_scope(int pc_offset,
122 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
123 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
149 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
200 void add_new_pc_offset(int pc_offset);
201 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
117 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
118 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
144 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
195 void add_new_pc_offset(int pc_offset);
196 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
117 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
118 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
144 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
195 void add_new_pc_offset(int pc_offset);
196 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
117 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
118 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
144 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
195 void add_new_pc_offset(int pc_offset);
196 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
115 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
116 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
142 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
190 void add_new_pc_offset(int pc_offset);
191 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp82 void add_oopmap(int pc_offset, OopMap* map);
85 void add_safepoint(int pc_offset, OopMap* map);
88 void add_non_safepoint(int pc_offset);
100 void describe_scope(int pc_offset,
115 void end_safepoint(int pc_offset) { end_scopes(pc_offset, true); } in end_safepoint() argument
116 void end_non_safepoint(int pc_offset) { end_scopes(pc_offset, false); } in end_non_safepoint() argument
142 int last_pc_offset() { return last_pc()->pc_offset(); } in last_pc_offset()
190 void add_new_pc_offset(int pc_offset);
191 void end_scopes(int pc_offset, bool is_safepoint);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DjvmciCodeInstaller_sparc.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeCallReg::instruction_size; in pd_next_offset()
40 return pc_offset + NativeFarCall::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
67 void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_MetaspaceConstant() argument
68 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
83 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
133 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
140 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DjvmciCodeInstaller_sparc.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeCallReg::instruction_size; in pd_next_offset()
40 return pc_offset + NativeFarCall::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, JVMCIObject constant, JVMCI_TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
68 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
82 void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, JVMCI_TRAPS) { in pd_patch_DataSectionReference() argument
83 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
133 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
140 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DjvmciCodeInstaller_sparc.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeCallReg::instruction_size; in pd_next_offset()
40 return pc_offset + NativeFarCall::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
67 void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_MetaspaceConstant() argument
68 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
83 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
133 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
140 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DjvmciCodeInstaller_sparc.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeCallReg::instruction_size; in pd_next_offset()
40 return pc_offset + NativeFarCall::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
67 void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_MetaspaceConstant() argument
68 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
83 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
133 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
140 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DjvmciCodeInstaller_sparc.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeCallReg::instruction_size; in pd_next_offset()
40 return pc_offset + NativeFarCall::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, JVMCIObject constant, JVMCI_TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
68 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
82 void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, JVMCI_TRAPS) { in pd_patch_DataSectionReference() argument
83 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
133 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
140 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DjvmciCodeInstaller_aarch64.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeGeneralJump::instruction_size; in pd_next_offset()
41 return pc_offset + 3 * NativeInstruction::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
71 void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_MetaspaceConstant() argument
72 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
86 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
136 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
143 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DjvmciCodeInstaller_aarch64.cpp36 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
38 return pc_offset + NativeGeneralJump::instruction_size; in pd_next_offset()
41 return pc_offset + 3 * NativeInstruction::instruction_size; in pd_next_offset()
47 void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_OopConstant() argument
48 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
71 void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_MetaspaceConstant() argument
72 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
86 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
136 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
143 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A DjvmciCodeInstaller_aarch64.cpp35 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
37 return pc_offset + NativeGeneralJump::instruction_size; in pd_next_offset()
40 return pc_offset + 3 * NativeInstruction::instruction_size; in pd_next_offset()
46 void CodeInstaller::pd_patch_OopConstant(int pc_offset, JVMCIObject constant, JVMCI_TRAPS) { in pd_patch_OopConstant() argument
47 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
71 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
84 void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, JVMCI_TRAPS) { in pd_patch_DataSectionReference() argument
85 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
135 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
142 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A DjvmciCodeInstaller_aarch64.cpp35 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
37 return pc_offset + NativeGeneralJump::instruction_size; in pd_next_offset()
40 return pc_offset + 3 * NativeInstruction::instruction_size; in pd_next_offset()
46 void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_OopConstant() argument
47 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
70 void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS) { in pd_patch_MetaspaceConstant() argument
71 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
85 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
135 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
142 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A DjvmciCodeInstaller_aarch64.cpp38 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
40 return pc_offset + NativeGeneralJump::instruction_size; in pd_next_offset()
43 return pc_offset + 3 * NativeInstruction::instruction_size; in pd_next_offset()
49 void CodeInstaller::pd_patch_OopConstant(int pc_offset, JVMCIObject constant, JVMCI_TRAPS) { in pd_patch_OopConstant() argument
50 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
74 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
87 void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, JVMCI_TRAPS) { in pd_patch_DataSectionReference() argument
88 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
138 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
145 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A DjvmciCodeInstaller_aarch64.cpp39 return pc_offset + NativeCall::instruction_size; in pd_next_offset()
41 return pc_offset + NativeGeneralJump::instruction_size; in pd_next_offset()
44 return pc_offset + 3 * NativeInstruction::instruction_size; in pd_next_offset()
50 void CodeInstaller::pd_patch_OopConstant(int pc_offset, JVMCIObject constant, JVMCI_TRAPS) { in pd_patch_OopConstant() argument
51 address pc = _instructions->start() + pc_offset; in pd_patch_OopConstant()
75 address pc = _instructions->start() + pc_offset; in pd_patch_MetaspaceConstant()
88 void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, JVMCI_TRAPS) { in pd_patch_DataSectionReference() argument
89 address pc = _instructions->start() + pc_offset; in pd_patch_DataSectionReference()
139 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
146 NativeCall* call = nativeCall_at(_instructions->start() + pc_offset); in pd_relocate_JavaMethod()
[all …]

12345678910>>...42