/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/opto/ |
H A D | test_regmask.cpp | 145 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 D | test_regmask.cpp | 145 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 D | regmask.hpp | 193 int is_bound1() const; 201 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.cpp | 202 int RegMask::is_bound1() const { in is_bound1() function in RegMask
|
H A D | chaitin.cpp | 1424 …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 D | regmask.hpp | 193 int is_bound1() const; 201 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.cpp | 202 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 D | regmask.hpp | 193 int is_bound1() const; 201 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.cpp | 202 int RegMask::is_bound1() const { in is_bound1() function in RegMask
|
H A D | chaitin.cpp | 1424 …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 D | regmask.hpp | 208 int is_bound1() const; 216 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.cpp | 211 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 D | regmask.hpp | 208 int is_bound1() const; 216 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.cpp | 211 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 D | regmask.cpp | 120 bool RegMask::is_bound1() const { in is_bound1() function in RegMask 154 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.hpp | 216 bool is_bound1() const;
|
H A D | chaitin.cpp | 1375 …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 D | regmask.cpp | 121 bool RegMask::is_bound1() const { in is_bound1() function in RegMask 155 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.hpp | 216 bool is_bound1() const;
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/ |
H A D | regmask.cpp | 120 bool RegMask::is_bound1() const { in is_bound1() function in RegMask 154 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.hpp | 216 bool is_bound1() const;
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/ |
H A D | regmask.cpp | 145 bool RegMask::is_bound1() const { in is_bound1() function in RegMask 210 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.hpp | 232 bool is_bound1() const;
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/ |
H A D | regmask.cpp | 154 bool RegMask::is_bound1() const { in is_bound1() function in RegMask 219 } else if (is_bound1() || is_bound_pair()) { in is_bound()
|
H A D | regmask.hpp | 233 bool is_bound1() const;
|