Home
last modified time | relevance | path

Searched refs:method_holder (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp104 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
108 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
110 assert(method_holder->data() == 0 || jump->jump_destination() == entry, in set_to_interpreted()
114 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
115 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry); in set_to_interpreted()
127 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
128 method_holder->set_data(0); in set_stub_to_clean()
146 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
147 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp104 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
108 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
110 assert(method_holder->data() == 0 || jump->jump_destination() == entry, in set_to_interpreted()
114 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
115 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry); in set_to_interpreted()
127 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
128 method_holder->set_data(0); in set_stub_to_clean()
146 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
147 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A DcompiledIC_aarch64.cpp102 NativeMovConstReg* method_holder in set_to_interpreted() local
106 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
107 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
111 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
112 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry); in set_to_interpreted()
124 NativeMovConstReg* method_holder in set_stub_to_clean() local
126 method_holder->set_data(0); in set_stub_to_clean()
127 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
144 NativeMovConstReg* method_holder in verify() local
146 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp104 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
105 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
107 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
113 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
126 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
127 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
128 method_holder->set_data(0); in set_stub_to_clean()
147 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
148 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp104 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
105 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
107 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
113 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
126 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
127 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
128 method_holder->set_data(0); in set_stub_to_clean()
147 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
148 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp117 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
118 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
120 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
126 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
139 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
140 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
141 method_holder->set_data(0); in set_stub_to_clean()
160 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
161 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp117 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
118 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
120 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
126 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
139 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
140 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
141 method_holder->set_data(0); in set_stub_to_clean()
160 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
161 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DcompiledIC_sparc.cpp105 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
110 volatile intptr_t data = method_holder->data(); in set_to_interpreted()
119 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
132 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
133 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
134 method_holder->set_data(0); in set_stub_to_clean()
151 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
152 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DcompiledIC_x86.cpp98 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
99 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
100 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
103 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
116 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
117 method_holder->set_data(0); in set_stub_to_clean()
118 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
141 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
142 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DcompiledIC_sparc.cpp105 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
110 volatile intptr_t data = method_holder->data(); in set_to_interpreted()
119 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
132 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
133 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
134 method_holder->set_data(0); in set_stub_to_clean()
151 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
152 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DcompiledIC_sparc.cpp105 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
107 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
110 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
123 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
124 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
125 method_holder->set_data(0); in set_stub_to_clean()
142 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
143 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DcompiledIC_sparc.cpp105 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
110 volatile intptr_t data = method_holder->data(); in set_to_interpreted()
119 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
132 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
133 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
134 method_holder->set_data(0); in set_stub_to_clean()
153 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
154 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A DcompiledIC_arm.cpp116 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
117 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
118 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
121 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
136 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
137 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
138 method_holder->set_data(0); in set_stub_to_clean()
155 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
156 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DcompiledIC_s390.cpp106 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_to_interpreted() local
107 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
108 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
111 method_holder->set_data((intptr_t)callee(), relocInfo::metadata_type); in set_to_interpreted()
124 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_stub_to_clean() local
125 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
126 method_holder->set_data(0, relocInfo::metadata_type); in set_stub_to_clean()
143 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in verify() local
144 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A DcompiledIC_s390.cpp106 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_to_interpreted() local
107 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
108 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
111 method_holder->set_data((intptr_t)callee(), relocInfo::metadata_type); in set_to_interpreted()
124 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_stub_to_clean() local
125 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
126 method_holder->set_data(0, relocInfo::metadata_type); in set_stub_to_clean()
143 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in verify() local
144 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A DcompiledIC_arm.cpp116 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
117 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
118 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
121 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
136 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
137 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
138 method_holder->set_data(0); in set_stub_to_clean()
155 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
156 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DcompiledIC_sparc.cpp105 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
106 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
110 volatile intptr_t data = method_holder->data(); in set_to_interpreted()
119 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
132 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
133 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
134 method_holder->set_data(0); in set_stub_to_clean()
153 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
154 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A DcompiledIC_arm.cpp116 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
117 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
118 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
121 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
136 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
137 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
138 method_holder->set_data(0); in set_stub_to_clean()
155 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
156 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DcompiledIC_s390.cpp106 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_to_interpreted() local
107 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
108 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
111 method_holder->set_data((intptr_t)callee(), relocInfo::metadata_type); in set_to_interpreted()
124 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_stub_to_clean() local
125 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
126 method_holder->set_data(0, relocInfo::metadata_type); in set_stub_to_clean()
143 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in verify() local
144 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DcompiledIC_s390.cpp106 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_to_interpreted() local
107 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
108 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
111 method_holder->set_data((intptr_t)callee(), relocInfo::metadata_type); in set_to_interpreted()
124 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in set_stub_to_clean() local
125 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
126 method_holder->set_data(0, relocInfo::metadata_type); in set_stub_to_clean()
143 …NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_i… in verify() local
144 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A DcompiledIC_arm.cpp116 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_to_interpreted() local
117 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
118 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
121 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
136 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in set_stub_to_clean() local
137 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
138 method_holder->set_data(0); in set_stub_to_clean()
155 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); in verify() local
156 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A DcompiledIC_aarch64.cpp166 NativeMovConstReg* method_holder in set_to_interpreted() local
170 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
171 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
175 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
176 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry); in set_to_interpreted()
188 NativeMovConstReg* method_holder in set_stub_to_clean() local
190 method_holder->set_data(0); in set_stub_to_clean()
192 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
210 NativeMovConstReg* method_holder in verify() local
212 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A DcompiledIC_aarch64.cpp166 NativeMovConstReg* method_holder in set_to_interpreted() local
170 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
171 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
175 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
176 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry); in set_to_interpreted()
188 NativeMovConstReg* method_holder in set_stub_to_clean() local
190 method_holder->set_data(0); in set_stub_to_clean()
192 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
210 NativeMovConstReg* method_holder in verify() local
212 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/
H A DcompiledIC_aarch64.cpp163 NativeMovConstReg* method_holder in set_to_interpreted() local
167 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
168 verify_mt_safe(callee, entry, method_holder, jump); in set_to_interpreted()
172 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
173 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry); in set_to_interpreted()
185 NativeMovConstReg* method_holder in set_stub_to_clean() local
187 method_holder->set_data(0); in set_stub_to_clean()
189 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
207 NativeMovConstReg* method_holder in verify() local
209 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DcompiledIC_ppc.cpp183 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + IC_pos_in_java_to_interp_stub); in set_to_interpreted() local
184 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_to_interpreted()
186 assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee(), in set_to_interpreted()
192 method_holder->set_data((intptr_t)callee()); in set_to_interpreted()
205 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + IC_pos_in_java_to_interp_stub); in set_stub_to_clean() local
206 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in set_stub_to_clean()
207 method_holder->set_data(0); in set_stub_to_clean()
226 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + IC_pos_in_java_to_interp_stub); in verify() local
227 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address()); in verify()

12345678910>>...34