Home
last modified time | relevance | path

Searched refs:method_handle_signature_ref_at (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DclassListParser.cpp439 cii->add_item(pool->method_handle_signature_ref_at(arg)->as_C_string()); in populate_cds_indy_info()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DclassListParser.cpp500 cii->add_item(pool->method_handle_signature_ref_at(arg)->as_C_string()); in populate_cds_indy_info()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp524 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
H A DconstantPool.cpp997 Symbol* signature = this_cp->method_handle_signature_ref_at(index); in resolve_constant_at_impl()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp524 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.hpp530 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstantPool.hpp563 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp536 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.hpp524 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.hpp563 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp530 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp523 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
H A DconstantPool.cpp702 Symbol* signature = this_oop->method_handle_signature_ref_at(index); in resolve_constant_at_impl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp523 Symbol* method_handle_signature_ref_at(int which) { in method_handle_signature_ref_at() function in ConstantPool
H A DconstantPool.cpp702 Symbol* signature = this_oop->method_handle_signature_ref_at(index); in resolve_constant_at_impl()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciEnv.cpp684 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciEnv.cpp685 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciEnv.cpp682 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciEnv.cpp681 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciEnv.cpp684 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciEnv.cpp680 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciEnv.cpp692 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciEnv.cpp692 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciEnv.cpp658 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciEnv.cpp658 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index)); in get_constant_by_index_impl()

12