Home
last modified time | relevance | path

Searched refs:_needs_full_resort (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp140 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp85 , _needs_full_resort(false) in LinearScan()
1562 if (_needs_full_resort) { in sort_intervals_before_allocation()
1567 _needs_full_resort = false; in sort_intervals_before_allocation()
1615 if (_needs_full_resort) { in sort_intervals_after_allocation()
1618 _needs_full_resort = false; in sort_intervals_after_allocation()
1893 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp140 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp86 , _needs_full_resort(false) in LinearScan()
1561 if (_needs_full_resort) { in sort_intervals_before_allocation()
1566 _needs_full_resort = false; in sort_intervals_before_allocation()
1614 if (_needs_full_resort) { in sort_intervals_after_allocation()
1617 _needs_full_resort = false; in sort_intervals_after_allocation()
1881 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp140 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp85 , _needs_full_resort(false) in LinearScan()
1562 if (_needs_full_resort) { in sort_intervals_before_allocation()
1567 _needs_full_resort = false; in sort_intervals_before_allocation()
1615 if (_needs_full_resort) { in sort_intervals_after_allocation()
1618 _needs_full_resort = false; in sort_intervals_after_allocation()
1893 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp140 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp88 , _needs_full_resort(false) in LinearScan()
1562 if (_needs_full_resort) { in sort_intervals_before_allocation()
1567 _needs_full_resort = false; in sort_intervals_before_allocation()
1615 if (_needs_full_resort) { in sort_intervals_after_allocation()
1618 _needs_full_resort = false; in sort_intervals_after_allocation()
1882 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp141 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp88 , _needs_full_resort(false) in LinearScan()
1563 if (_needs_full_resort) { in sort_intervals_before_allocation()
1568 _needs_full_resort = false; in sort_intervals_before_allocation()
1616 if (_needs_full_resort) { in sort_intervals_after_allocation()
1619 _needs_full_resort = false; in sort_intervals_after_allocation()
1894 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp141 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp86 , _needs_full_resort(false) in LinearScan()
1557 if (_needs_full_resort) { in sort_intervals_before_allocation()
1562 _needs_full_resort = false; in sort_intervals_before_allocation()
1610 if (_needs_full_resort) { in sort_intervals_after_allocation()
1613 _needs_full_resort = false; in sort_intervals_after_allocation()
1878 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp140 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp86 , _needs_full_resort(false) in LinearScan()
1560 if (_needs_full_resort) { in sort_intervals_before_allocation()
1565 _needs_full_resort = false; in sort_intervals_before_allocation()
1613 if (_needs_full_resort) { in sort_intervals_after_allocation()
1616 _needs_full_resort = false; in sort_intervals_after_allocation()
1880 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp140 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp86 , _needs_full_resort(false) in LinearScan()
1561 if (_needs_full_resort) { in sort_intervals_before_allocation()
1566 _needs_full_resort = false; in sort_intervals_before_allocation()
1614 if (_needs_full_resort) { in sort_intervals_after_allocation()
1617 _needs_full_resort = false; in sort_intervals_after_allocation()
1881 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp151 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp102 , _needs_full_resort(false) in LinearScan()
1535 if (_needs_full_resort) { in sort_intervals_before_allocation()
1540 _needs_full_resort = false; in sort_intervals_before_allocation()
1588 if (_needs_full_resort) { in sort_intervals_after_allocation()
1591 _needs_full_resort = false; in sort_intervals_after_allocation()
1855 _needs_full_resort = true; in resolve_exception_entry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp151 …bool _needs_full_resort; // set to true if an Interval::from() is changed and… member in LinearScan
H A Dc1_LinearScan.cpp102 , _needs_full_resort(false) in LinearScan()
1535 if (_needs_full_resort) { in sort_intervals_before_allocation()
1540 _needs_full_resort = false; in sort_intervals_before_allocation()
1588 if (_needs_full_resort) { in sort_intervals_after_allocation()
1591 _needs_full_resort = false; in sort_intervals_after_allocation()
1855 _needs_full_resort = true; in resolve_exception_entry()