Home
last modified time | relevance | path

Searched refs:method_oop (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1996 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2023 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2688 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2730 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
2742 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
2753 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
2798 if (method_oop->code_size() == 0) { in GetMethodLocation()
2819 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
2894 methodHandle method(method_oop); in GetBytecodes()
2914 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
[all …]
H A DjvmtiImpl.cpp634 Method* method_oop = jvf->method(); in check_slot_type() local
635 if (!method_oop->has_localvariable_table()) { in check_slot_type()
638 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
645 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type()
652 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type()
668 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1996 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2023 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2688 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2730 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
2742 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
2753 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
2798 if (method_oop->code_size() == 0) { in GetMethodLocation()
2819 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
2894 methodHandle method(method_oop); in GetBytecodes()
2914 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
[all …]
H A DjvmtiImpl.cpp634 Method* method_oop = jvf->method(); in check_slot_type() local
635 if (!method_oop->has_localvariable_table()) { in check_slot_type()
638 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
645 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type()
652 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type()
668 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2242 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2269 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2955 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2997 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
3009 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
3020 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
3065 if (method_oop->code_size() == 0) { in GetMethodLocation()
3086 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
3161 methodHandle method(method_oop); in GetBytecodes()
3181 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
[all …]
H A DjvmtiImpl.cpp640 Method* method_oop = jvf->method(); in check_slot_type() local
641 if (!method_oop->has_localvariable_table()) { in check_slot_type()
644 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
651 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type()
658 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type()
674 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2237 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2264 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2950 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2992 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
3004 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
3015 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
3060 if (method_oop->code_size() == 0) { in GetMethodLocation()
3081 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
3156 methodHandle method(method_oop); in GetBytecodes()
3176 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
[all …]
H A DjvmtiImpl.cpp641 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
642 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type_lvt()
649 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type_lvt()
665 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type_lvt()
707 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
710 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
743 Method* method_oop = _jvf->method(); in doit_prologue() local
744 if (method_oop->is_native()) { in doit_prologue()
745 if (getting_receiver() && !method_oop->is_static()) { in doit_prologue()
756 if (method_oop->has_localvariable_table()) { in doit_prologue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2235 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2262 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2948 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2990 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
3002 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
3013 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
3058 if (method_oop->code_size() == 0) { in GetMethodLocation()
3079 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
3154 methodHandle method(method_oop); in GetBytecodes()
3174 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
[all …]
H A DjvmtiImpl.cpp639 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
640 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type_lvt()
647 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type_lvt()
663 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type_lvt()
705 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
708 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
741 Method* method_oop = _jvf->method(); in doit_prologue() local
742 if (method_oop->is_native()) { in doit_prologue()
743 if (getting_receiver() && !method_oop->is_static()) { in doit_prologue()
751 if (method_oop->has_localvariable_table()) { in doit_prologue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2242 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2269 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2955 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2997 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
3009 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
3020 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
3065 if (method_oop->code_size() == 0) { in GetMethodLocation()
3086 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
3161 methodHandle method(method_oop); in GetBytecodes()
3181 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
[all …]
H A DjvmtiImpl.cpp640 Method* method_oop = jvf->method(); in check_slot_type() local
641 if (!method_oop->has_localvariable_table()) { in check_slot_type()
644 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
651 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type()
658 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type()
674 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2248 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2275 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2961 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
3003 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
3015 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
3026 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
3071 if (method_oop->code_size() == 0) { in GetMethodLocation()
3092 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
3187 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
3197 (*is_synthetic_ptr) = method_oop->is_synthetic(); in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp548 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
549 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type_lvt()
556 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type_lvt()
572 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type_lvt()
614 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
617 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
650 Method* method_oop = _jvf->method(); in doit_prologue() local
652 if (method_oop->is_static()) { in doit_prologue()
659 if (method_oop->is_native()) { in doit_prologue()
667 if (method_oop->has_localvariable_table()) { in doit_prologue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2236 JvmtiBreakpoint bp(method_oop, location); in SetBreakpoint()
2263 JvmtiBreakpoint bp(method_oop, location); in ClearBreakpoint()
2949 Symbol* soop = method_oop->generic_signature(); in GetMethodName()
2991 (*max_ptr) = method_oop->max_locals(); in GetMaxLocals()
3003 (*size_ptr) = method_oop->size_of_parameters(); in GetArgumentsSize()
3014 if (!method_oop->has_linenumber_table()) { in GetLineNumberTable()
3059 if (method_oop->code_size() == 0) { in GetMethodLocation()
3080 InstanceKlass* ik = method_oop->method_holder(); in GetLocalVariableTable()
3175 (*is_native_ptr) = method_oop->is_native(); in IsMethodNative()
3185 (*is_synthetic_ptr) = method_oop->is_synthetic(); in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp624 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
625 jint num_entries = method_oop->localvariable_table_length(); in check_slot_type_lvt()
632 LocalVariableTableElement* table = method_oop->localvariable_table_start(); in check_slot_type_lvt()
648 Symbol* sign_sym = method_oop->constants()->symbol_at(signature_idx); in check_slot_type_lvt()
690 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
693 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
726 Method* method_oop = _jvf->method(); in doit_prologue() local
728 if (method_oop->is_static()) { in doit_prologue()
735 if (method_oop->is_native()) { in doit_prologue()
743 if (method_oop->has_localvariable_table()) { in doit_prologue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dx86_32.ad1909 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1911 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
12988 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
12989 match(TailCall jump_target method_oop );
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dx86_32.ad1909 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1911 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
12988 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
12989 match(TailCall jump_target method_oop );
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dx86_32.ad1953 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1955 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
13398 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
13399 match(TailCall jump_target method_oop );
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dx86_32.ad1953 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1955 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
13398 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
13399 match(TailCall jump_target method_oop );
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dx86_32.ad1953 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1955 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
13398 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
13399 match(TailCall jump_target method_oop );
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dx86_32.ad1953 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1955 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
13377 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
13378 match(TailCall jump_target method_oop );
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dx86_32.ad1937 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1939 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
13320 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
13321 match(TailCall jump_target method_oop );
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dx86_32.ad1953 // // // Interpreter expects method_oop in EBX, currently a callee-saved register,
1955 // // emit_opcode(cbuf, 0x8B); // MOV imo_reg,ic_reg # method_oop
13348 instruct TailCalljmpInd(eRegP_no_EBP jump_target, eBXRegP method_oop) %{
13349 match(TailCall jump_target method_oop );
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Ds390.ad9759 instruct TailCalljmpInd(iRegP jump_target, inline_cache_regP method_oop) %{
9760 match(TailCall jump_target method_oop);
9763 format %{ "Jmp $jump_target\t# $method_oop holds method oop" %}

123