/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.cpp | 723 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in obj_allocate() local 724 macro->transform_later(needgc_bol); in obj_allocate() 725 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in obj_allocate()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.cpp | 755 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in obj_allocate() local 756 macro->transform_later(needgc_bol); in obj_allocate() 757 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in obj_allocate()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.cpp | 756 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in obj_allocate() local 757 macro->transform_later(needgc_bol); in obj_allocate() 758 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in obj_allocate()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.cpp | 721 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in obj_allocate() local 722 macro->transform_later(needgc_bol); in obj_allocate() 723 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in obj_allocate()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.cpp | 750 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in obj_allocate() local 751 macro->transform_later(needgc_bol); in obj_allocate() 752 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in obj_allocate()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.cpp | 755 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in obj_allocate() local 756 macro->transform_later(needgc_bol); in obj_allocate() 757 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in obj_allocate()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/ |
H A D | macro.cpp | 1292 Node *needgc_bol = new (C) BoolNode(needgc_cmp, BoolTest::ge); local 1293 transform_later(needgc_bol); 1294 …IfNode *needgc_iff = new (C) IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKN…
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/ |
H A D | macro.cpp | 1292 Node *needgc_bol = new (C) BoolNode(needgc_cmp, BoolTest::ge); local 1293 transform_later(needgc_bol); 1294 …IfNode *needgc_iff = new (C) IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKN…
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/ |
H A D | macro.cpp | 1417 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in expand_allocate_common() local 1418 transform_later(needgc_bol); in expand_allocate_common() 1419 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in expand_allocate_common()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/ |
H A D | macro.cpp | 1417 Node *needgc_bol = new BoolNode(needgc_cmp, BoolTest::ge); in expand_allocate_common() local 1418 transform_later(needgc_bol); in expand_allocate_common() 1419 …IfNode *needgc_iff = new IfNode(contended_region, needgc_bol, PROB_UNLIKELY_MAG(4), COUNT_UNKNOWN); in expand_allocate_common()
|