Home
last modified time | relevance | path

Searched refs:_new_cp (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
122 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
273 if (_old_cp->int_at(cpi_old) != _new_cp->int_at(cpi_new)) in pool_constants_same()
283 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
292 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
296 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
301 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
122 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
131 int cnt_new = _new_cp->bootstrap_argument_count_at(cpi_new); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
283 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
292 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
296 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
301 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
123 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
132 int cnt_new = _new_cp->bootstrap_argument_count_at(cpi_new); in args_same()
159 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
269 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
284 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
293 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
297 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
302 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
122 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
273 if (_old_cp->int_at(cpi_old) != _new_cp->int_at(cpi_new)) in pool_constants_same()
283 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
292 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
296 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
301 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
122 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
273 if (_old_cp->int_at(cpi_old) != _new_cp->int_at(cpi_new)) in pool_constants_same()
283 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
292 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
296 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
301 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
123 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
132 int cnt_new = _new_cp->bootstrap_argument_count_at(cpi_new); in args_same()
159 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
269 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
284 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
293 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
297 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
302 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DmethodComparator.cpp38 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
54 _new_cp = new_method->constants(); in methods_EMCP()
123 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
132 int cnt_new = _new_cp->bootstrap_argument_count_at(cpi_new); in args_same()
159 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
269 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
284 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
293 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
297 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
302 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp39 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp36 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
53 _new_cp = new_method->constants(); in methods_EMCP()
82 _new_cp = new_method->constants(); in methods_switchable()
180 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
216 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
391 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
406 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
413 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
417 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
422 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp41 static ConstantPool* _new_cp; member in MethodComparator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp36 ConstantPool* MethodComparator::_new_cp; member in MethodComparator
53 _new_cp = new_method->constants(); in methods_EMCP()
82 _new_cp = new_method->constants(); in methods_switchable()
180 cpci_new = _new_cp->invokedynamic_cp_cache_index(cpci_new); in args_same()
216 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
391 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
406 _new_cp->string_at_noresolve(cpi_new)) != 0) in pool_constants_same()
413 _new_cp->klass_at_noresolve(cpi_new)) in pool_constants_same()
417 int mti_new = _new_cp->method_type_index_at(cpi_new); in pool_constants_same()
422 _new_cp->method_handle_ref_kind_at(cpi_new)) in pool_constants_same()
[all …]
H A DmethodComparator.hpp41 static ConstantPool* _new_cp; member in MethodComparator