Home
last modified time | relevance | path

Searched refs:search_cp (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.cpp1386 constantPoolHandle search_cp, TRAPS) { in find_matching_entry() argument
1389 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1390 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1429 constantPoolHandle search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1431 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp628 int find_matching_operand(int bootstrap_specifier_index, constantPoolHandle search_cp,
846 int find_matching_entry(int pattern_i, constantPoolHandle search_cp, TRAPS);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.cpp1386 constantPoolHandle search_cp, TRAPS) { in find_matching_entry() argument
1389 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1390 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1429 constantPoolHandle search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1431 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp628 int find_matching_operand(int bootstrap_specifier_index, constantPoolHandle search_cp,
846 int find_matching_entry(int pattern_i, constantPoolHandle search_cp, TRAPS);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp1819 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1822 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1823 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1862 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1864 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp633 int find_matching_operand(int bootstrap_specifier_index, const constantPoolHandle& search_cp,
897 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp1819 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1822 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1823 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1862 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1864 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp633 int find_matching_operand(int bootstrap_specifier_index, const constantPoolHandle& search_cp,
897 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp1709 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1712 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1713 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1752 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1754 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp638 int find_matching_operand(int bsms_attribute_index, const constantPoolHandle& search_cp,
891 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstantPool.cpp1740 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1743 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1744 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1783 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1785 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp671 int find_matching_operand(int bsms_attribute_index, const constantPoolHandle& search_cp,
922 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp1758 const constantPoolHandle& search_cp) { in find_matching_entry() argument
1761 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1762 bool found = compare_entry_to(pattern_i, search_cp, i); in find_matching_entry()
1801 const constantPoolHandle& search_cp, int search_len) { in find_matching_operand() argument
1803 bool found = compare_operand_to(pattern_i, search_cp, i); in find_matching_operand()
H A DconstantPool.hpp644 int find_matching_operand(int bsms_attribute_index, const constantPoolHandle& search_cp,
890 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.cpp1817 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1820 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1821 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1860 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1862 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp633 int find_matching_operand(int bootstrap_specifier_index, const constantPoolHandle& search_cp,
897 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp1735 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1738 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1739 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1778 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1780 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp671 int find_matching_operand(int bsms_attribute_index, const constantPoolHandle& search_cp,
921 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp1712 const constantPoolHandle& search_cp, TRAPS) { in find_matching_entry() argument
1715 for (int i = 1; i < search_cp->length(); i++) { in find_matching_entry()
1716 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); in find_matching_entry()
1755 const constantPoolHandle& search_cp, int search_len, TRAPS) { in find_matching_operand() argument
1757 bool found = compare_operand_to(pattern_i, search_cp, i, CHECK_(-1)); in find_matching_operand()
H A DconstantPool.hpp638 int find_matching_operand(int bsms_attribute_index, const constantPoolHandle& search_cp,
891 int find_matching_entry(int pattern_i, const constantPoolHandle& search_cp, TRAPS);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dstring.erl1548 CPs = search_cp(Seps),
1555 search_cp([CP|Seps]) when is_integer(CP) -> function
1556 [CP|search_cp(Seps)];
1557 search_cp([Pattern|Seps]) -> function
1559 [CP|search_cp(Seps)];
1560 search_cp([]) -> []. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dstring.erl1582 CPs = search_cp(Seps),
1589 search_cp([CP|Seps]) when is_integer(CP) -> function
1590 [CP|search_cp(Seps)];
1591 search_cp([Pattern|Seps]) -> function
1593 [CP|search_cp(Seps)];
1594 search_cp([]) -> []. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dstring.erl1582 CPs = search_cp(Seps),
1589 search_cp([CP|Seps]) when is_integer(CP) -> function
1590 [CP|search_cp(Seps)];
1591 search_cp([Pattern|Seps]) -> function
1593 [CP|search_cp(Seps)];
1594 search_cp([]) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl1582 CPs = search_cp(Seps),
1589 search_cp([CP|Seps]) when is_integer(CP) -> function
1590 [CP|search_cp(Seps)];
1591 search_cp([Pattern|Seps]) -> function
1593 [CP|search_cp(Seps)];
1594 search_cp([]) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl1582 CPs = search_cp(Seps),
1589 search_cp([CP|Seps]) when is_integer(CP) -> function
1590 [CP|search_cp(Seps)];
1591 search_cp([Pattern|Seps]) -> function
1593 [CP|search_cp(Seps)];
1594 search_cp([]) -> []. function

12