Searched refs:method_holder (Results 1 - 25 of 83) sorted by relevance

1234

/openjdk10/hotspot/src/cpu/arm/vm/
H A DcompiledIC_arm.cpp111 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
112 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
116 volatile intptr_t data = method_holder->data();
125 method_holder->set_data((intptr_t)callee());
140 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
141 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
142 method_holder->set_data(0);
161 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
162 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DcompiledIC_ppc.cpp178 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + IC_pos_in_java_to_interp_stub); local
179 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
183 volatile intptr_t data = method_holder->data();
192 method_holder->set_data((intptr_t)callee());
205 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + IC_pos_in_java_to_interp_stub); local
206 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
207 method_holder->set_data(0);
226 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + IC_pos_in_java_to_interp_stub); local
227 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
H A DabstractInterpreter_ppc.cpp140 interpreter_frame->interpreter_frame_set_mirror(method->method_holder()->java_mirror());
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp91 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
93 NativeGeneralJump* jump = nativeGeneralJump_at(method_holder->next_instruction_address());
96 volatile intptr_t data = method_holder->data();
103 method_holder->set_data((intptr_t)callee());
104 NativeGeneralJump::insert_unconditional(method_holder->next_instruction_address(), entry);
116 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
117 method_holder->set_data(0);
135 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
136 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
H A DabstractInterpreter_aarch64.cpp169 method->method_holder()->java_mirror();
/openjdk10/hotspot/src/cpu/s390/vm/
H A DcompiledIC_s390.cpp105 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_interp_stub()); local
106 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
113 volatile intptr_t data = method_holder->data();
122 method_holder->set_data((intptr_t)callee());
135 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_interp_stub()); local
136 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
137 method_holder->set_data(0);
156 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub + NativeCall::get_IC_pos_in_java_to_interp_stub()); local
157 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
H A DabstractInterpreter_s390.cpp198 interpreter_frame->interpreter_frame_set_mirror(method->method_holder()->java_mirror());
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp100 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
101 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
105 intptr_t data = method_holder->data();
114 method_holder->set_data((intptr_t)callee());
127 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
128 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
129 method_holder->set_data(0);
148 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
149 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
/openjdk10/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp153 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
154 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
158 intptr_t data = method_holder->data();
167 method_holder->set_data((intptr_t)callee());
180 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
181 method_holder->set_data(0);
183 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
209 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); local
210 NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
H A DabstractInterpreter_x86.cpp117 method->method_holder()->java_mirror();
/openjdk10/hotspot/src/share/vm/oops/
H A DmethodCounters.cpp30 ClassLoaderData* loader_data = mh->method_holder()->class_loader_data();
H A Dmethod.cpp221 method_holder()->mask_for(h_this, bci, mask);
293 return method_holder()->name();
370 tty->print("%s::", method_holder()->external_name());
404 ClassLoaderData* loader_data = method->method_holder()->class_loader_data();
437 MetadataFactory::free_metadata(mh->method_holder()->class_loader_data(), counters);
568 return is_final_method(method_holder()->access_flags());
572 if (method_holder() != NULL &&
573 method_holder()->is_interface() &&
597 return can_be_statically_bound(method_holder()->access_flags());
659 method_holder()
[all...]
H A DklassVtable.cpp371 // to the vtable with their real method_holder.
382 assert(klass == target_method()->method_holder(), "caller resp.");
439 Klass* target_klass = target_method()->method_holder();
460 // get super_klass for method_holder for the found method
461 InstanceKlass* super_klass = super_method->method_holder();
608 if (target_method()->method_holder() != NULL &&
609 target_method()->method_holder()->is_interface() &&
650 InstanceKlass* superk = super_method->method_holder();
705 Klass* method_holder = m->method_holder(); local
[all...]
H A DcpCache.cpp275 assert(method->method_holder()->is_interface() || method->method_holder()->verify_vtable_index(index), "");
281 assert(method->method_holder()->verify_itable_index(index), "");
283 InstanceKlass* interf = method->method_holder();
478 log_info(redefine, class, update)("adjust: name=%s", old_method->method_holder()->external_name());
502 log_info(redefine, class, update)("adjust: name=%s", old_method->method_holder()->external_name());
554 if (m == NULL || !m->is_method() || (k != NULL && m->method_holder() != k)) {
/openjdk10/hotspot/src/share/vm/prims/
H A DresolvedMethodTable.cpp124 InstanceKlass* holder = method->method_holder();
131 method->method_holder()->set_has_resolved_methods();
218 InstanceKlass* holder = old_method->method_holder();
220 assert(holder == new_method->method_holder(), "call after swapping redefined guts");
228 log_info(redefine, class, update)("adjust: name=%s", old_method->method_holder()->external_name());
H A DprivilegedStack.cpp35 _klass = method->method_holder();
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciEnv.cpp370 ? InstanceKlass::cast(m->method_holder())->is_not_initialized()
371 : !InstanceKlass::cast(m->method_holder())->is_loaded())) {
387 InstanceKlass* JVMCIEnv::get_instance_klass_for_declared_method_holder(Klass* method_holder) { argument
391 if (method_holder->is_instance_klass()) {
392 return InstanceKlass::cast(method_holder);
393 } else if (method_holder->is_array_klass()) {
580 InstanceKlass::cast(method->method_holder())->add_osr_nmethod(nm);
H A DcompilerRuntime.cpp64 Handle loader(THREAD, caller->method_holder()->class_loader());
65 Handle protection_domain(THREAD, caller->method_holder()->protection_domain());
/openjdk10/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.cpp81 istate->set_mirror(method->method_holder()->java_mirror());
/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp512 const char* iklass_name = _imethod->method_holder()->name()->as_utf8();
515 const char* klass_name = method->method_holder()->name()->as_utf8();
544 InstanceKlass* ik = method->method_holder();
592 method->method_holder()->link_class(CHECK);
599 ClassLoaderData* loader_data = method->method_holder()->class_loader_data();
886 rec->_klass_name = method->method_holder()->name()->as_utf8();
895 const char* klass_name = method->method_holder()->name()->as_utf8();
912 rec->_klass_name = method->method_holder()->name()->as_utf8();
921 const char* klass_name = method->method_holder()->name()->as_utf8();
938 rec->_klass_name = method->method_holder()
[all...]
H A DciEnv.cpp811 ? m->method_holder()->is_not_initialized()
812 : !m->method_holder()->is_loaded())) {
838 ciInstanceKlass* ciEnv::get_instance_klass_for_declared_method_holder(ciKlass* method_holder) { argument
847 guarantee(method_holder != NULL, "no method holder");
848 if (method_holder->is_instance_klass()) {
849 return method_holder->as_instance_klass();
850 } else if (method_holder->is_array_klass()) {
1102 method->method_holder()->add_osr_nmethod(nm);
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvframe.cpp166 method()->method_holder()->name() == vmSymbols::java_lang_Object()) {
517 Klass* prefixed_klass = method()->method_holder();
524 if (method()->method_holder() != prefixed_klass) {
552 (method()->method_holder()->is_subclass_of(SystemDictionary::reflect_MethodAccessorImpl_klass()) ||
553 method()->method_holder()->is_subclass_of(SystemDictionary::reflect_ConstructorAccessorImpl_klass()))) {
633 InstanceKlass* k = m->method_holder();
/openjdk10/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp76 assert(resolved_method->method_holder()->is_interface(), "");
138 Klass* resolved_method_holder = resolved_method->method_holder();
209 assert(resolved_method()->method_holder()->verify_itable_index(_call_index), "");
344 result->method_holder() == SystemDictionary::Object_klass()) {
378 while (result != NULL && result->is_static() && result->method_holder()->super() != NULL) {
379 Klass* super_klass = result->method_holder()->super();
635 Handle resolved_loader(THREAD, resolved_method->method_holder()->class_loader());
650 char* target = resolved_method->method_holder()->name()->as_C_string();
751 resolved_method->method_holder(),
780 st->print("%s%s, compile-time-class:%s, method:%s, method_holder
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.cpp485 return ((Method*)x)->method_holder();
1069 if (fm != NULL && fm->method_holder() != _participants[n]) {
1083 if (m->method_holder() == ctxk)
1111 if (lm->method_holder()->is_subtype_of(m->method_holder())) {
1115 if (lm->method_holder()->is_interface() && m->method_holder()->is_interface() &&
1116 ctxk->is_subtype_of(m->method_holder()) && ctxk->is_subtype_of(lm->method_holder())) {
1506 return m->method_holder();
[all...]
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.cpp61 m = ((Method*)m)->method_holder();
92 Klass* k = _method->method_holder();
124 Klass* k = _method->method_holder();

Completed in 284 milliseconds

1234