Home
last modified time | relevance | path

Searched refs:MultiBranchData (Results 51 – 75 of 149) sorted by relevance

123456

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A Dinterp_masm_aarch64.cpp1456 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1460 in_bytes(MultiBranchData:: in profile_switch_default()
1478 movw(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1479 movw(rscratch1, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1485 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1490 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A Dinterp_masm_aarch64.cpp1413 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1417 in_bytes(MultiBranchData:: in profile_switch_default()
1435 movw(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1436 movw(rscratch1, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1442 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1447 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/
H A Dinterp_masm_aarch64.cpp1442 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1446 in_bytes(MultiBranchData:: in profile_switch_default()
1464 movw(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1465 movw(rscratch1, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1471 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1476 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DmethodData.cpp594 int MultiBranchData::compute_cell_count(BytecodeStream* stream) { in compute_cell_count()
606 void MultiBranchData::post_initialize(BytecodeStream* stream, in post_initialize()
650 void MultiBranchData::print_data_on(outputStream* st, const char* extra) const { in print_data_on()
792 cell_count = MultiBranchData::compute_cell_count(stream); in compute_data_size()
1123 cell_count = MultiBranchData::compute_cell_count(stream); in initialize_data()
1177 return new MultiBranchData(this); in data_in()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1556 increment_mdp_data_at(in_bytes(MultiBranchData::default_count_offset()), in profile_switch_default()
1560 update_mdp_by_offset(in_bytes(MultiBranchData::default_displacement_offset()), in profile_switch_default()
1580 li(scratch3, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1582 assert (in_bytes(MultiBranchData::per_case_size()) == 16, "so that shladd works"); in profile_switch_case()
1583 sldi(scratch1, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1587 …increment_mdp_data_at(scratch1, in_bytes(MultiBranchData::relative_count_offset()), scratch2, scra… in profile_switch_case()
1590 …update_mdp_by_offset(scratch1, in_bytes(MultiBranchData::relative_displacement_offset()), scratch2… in profile_switch_case()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1590 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1593 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1613 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1614 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1623 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1629 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1896 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1900 in_bytes(MultiBranchData:: in profile_switch_default()
1919 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1921 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1926 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1931 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1917 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1921 in_bytes(MultiBranchData:: in profile_switch_default()
1940 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1942 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1947 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1952 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1606 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1609 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1629 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1630 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1639 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1645 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1896 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1900 in_bytes(MultiBranchData:: in profile_switch_default()
1919 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1921 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1926 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1931 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1595 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1598 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1618 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1619 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1628 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1634 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1611 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1614 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1634 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1635 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1644 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1650 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1934 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1938 in_bytes(MultiBranchData:: in profile_switch_default()
1957 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1959 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1964 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1969 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1935 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1939 in_bytes(MultiBranchData:: in profile_switch_default()
1958 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1960 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1965 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1970 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1611 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1614 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1634 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1635 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1644 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1650 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1590 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1593 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1613 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1614 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1623 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1629 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1897 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1901 in_bytes(MultiBranchData:: in profile_switch_default()
1920 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1922 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1927 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1932 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1607 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1610 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1630 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1631 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1640 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1646 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1892 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1896 in_bytes(MultiBranchData:: in profile_switch_default()
1915 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1917 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1922 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1927 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1917 in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1921 in_bytes(MultiBranchData:: in profile_switch_default()
1940 movl(reg2, in_bytes(MultiBranchData::per_case_size())); in profile_switch_case()
1942 addptr(index, in_bytes(MultiBranchData::case_array_offset())); // XXX l ? in profile_switch_case()
1947 in_bytes(MultiBranchData::relative_count_offset())); in profile_switch_case()
1952 in_bytes(MultiBranchData:: in profile_switch_case()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp1606 increment_mdp_data_at(mdp, in_bytes(MultiBranchData::default_count_offset())); in profile_switch_default()
1609 update_mdp_by_offset(mdp, in_bytes(MultiBranchData::default_displacement_offset())); in profile_switch_default()
1629 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1630 add2reg(index, in_bytes(MultiBranchData::case_array_offset())); in profile_switch_case()
1639 in_bytes(MultiBranchData::relative_count_offset()), in profile_switch_case()
1645 in_bytes(MultiBranchData::relative_displacement_offset())); in profile_switch_case()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DparseHelper.cpp581 increment_md_counter_at(md, data, MultiBranchData::case_count_offset(table_index)); in profile_switch_case()
583 increment_md_counter_at(md, data, MultiBranchData::default_count_offset()); in profile_switch_case()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DparseHelper.cpp581 increment_md_counter_at(md, data, MultiBranchData::case_count_offset(table_index)); in profile_switch_case()
583 increment_md_counter_at(md, data, MultiBranchData::default_count_offset()); in profile_switch_case()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DparseHelper.cpp581 increment_md_counter_at(md, data, MultiBranchData::case_count_offset(table_index)); in profile_switch_case()
583 increment_md_counter_at(md, data, MultiBranchData::default_count_offset()); in profile_switch_case()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.hpp265 class MultiBranchData;
431 MultiBranchData* as_MultiBranchData() const { in as_MultiBranchData()
433 return is_MultiBranchData() ? (MultiBranchData*)this : NULL; in as_MultiBranchData()
1660 class MultiBranchData : public ArrayData { class
1686 MultiBranchData(DataLayout* layout) : ArrayData(layout) { in MultiBranchData() function in MultiBranchData

123456