Home
last modified time | relevance | path

Searched refs:is_bound1 (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/opto/
H A Dtest_regmask.cpp145 TEST_VM(RegMask, is_bound1) { in TEST_VM() argument
147 ASSERT_FALSE(rm.is_bound1()); in TEST_VM()
150 ASSERT_TRUE(rm.is_bound1()) << "Index " << i; in TEST_VM()
157 ASSERT_FALSE(rm.is_bound1()); in TEST_VM()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/opto/
H A Dtest_regmask.cpp145 TEST_VM(RegMask, is_bound1) { in TEST_VM() argument
147 ASSERT_FALSE(rm.is_bound1()); in TEST_VM()
150 ASSERT_TRUE(rm.is_bound1()) << "Index " << i; in TEST_VM()
157 ASSERT_FALSE(rm.is_bound1()); in TEST_VM()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dregmask.hpp193 int is_bound1() const;
201 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.cpp202 int RegMask::is_bound1() const { in is_bound1() function in RegMask
H A Dchaitin.cpp1424 …assert( C->in_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1()… in choose_color()
1425 …assert(C->out_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1()… in choose_color()
2166 ? lrgs(lidx).mask().is_bound1() in dump_register()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dregmask.hpp193 int is_bound1() const;
201 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.cpp202 int RegMask::is_bound1() const { in is_bound1() function in RegMask
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dregmask.hpp193 int is_bound1() const;
201 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.cpp202 int RegMask::is_bound1() const { in is_bound1() function in RegMask
H A Dchaitin.cpp1424 …assert( C->in_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1()… in choose_color()
1425 …assert(C->out_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1()… in choose_color()
2166 ? lrgs(lidx).mask().is_bound1() in dump_register()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dregmask.hpp208 int is_bound1() const;
216 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.cpp211 int RegMask::is_bound1() const { in is_bound1() function in RegMask
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dregmask.hpp208 int is_bound1() const;
216 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.cpp211 int RegMask::is_bound1() const { in is_bound1() function in RegMask
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dregmask.cpp120 bool RegMask::is_bound1() const { in is_bound1() function in RegMask
154 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.hpp216 bool is_bound1() const;
H A Dchaitin.cpp1375 …assert( C->in_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1()… in choose_color()
1376 …assert(C->out_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1()… in choose_color()
2103 ? lrgs(lidx).mask().is_bound1() in dump_register()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dregmask.cpp121 bool RegMask::is_bound1() const { in is_bound1() function in RegMask
155 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.hpp216 bool is_bound1() const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dregmask.cpp120 bool RegMask::is_bound1() const { in is_bound1() function in RegMask
154 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.hpp216 bool is_bound1() const;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dregmask.cpp145 bool RegMask::is_bound1() const { in is_bound1() function in RegMask
210 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.hpp232 bool is_bound1() const;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dregmask.cpp154 bool RegMask::is_bound1() const { in is_bound1() function in RegMask
219 } else if (is_bound1() || is_bound_pair()) { in is_bound()
H A Dregmask.hpp233 bool is_bound1() const;

12