Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dloopnode.cpp2187 _dom_stk = NULL; in build_and_optimize()
2251 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
2740 if (_dom_stk == NULL) { in recompute_dom_depth()
2743 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
2750 _dom_stk->push(j); in recompute_dom_depth()
2755 while (_dom_stk->length() > 0) { in recompute_dom_depth()
2756 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp740 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dloopnode.cpp2187 _dom_stk = NULL; in build_and_optimize()
2251 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
2740 if (_dom_stk == NULL) { in recompute_dom_depth()
2743 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
2750 _dom_stk->push(j); in recompute_dom_depth()
2755 while (_dom_stk->length() > 0) { in recompute_dom_depth()
2756 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp740 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dloopnode.cpp2840 _dom_stk = NULL; in build_and_optimize()
2911 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
3444 if (_dom_stk == NULL) { in recompute_dom_depth()
3447 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
3454 _dom_stk->push(j); in recompute_dom_depth()
3459 while (_dom_stk->length() > 0) { in recompute_dom_depth()
3460 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp890 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dloopnode.cpp2840 _dom_stk = NULL; in build_and_optimize()
2911 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
3444 if (_dom_stk == NULL) { in recompute_dom_depth()
3447 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
3454 _dom_stk->push(j); in recompute_dom_depth()
3459 while (_dom_stk->length() > 0) { in recompute_dom_depth()
3460 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp890 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dloopnode.cpp2816 _dom_stk = NULL; in build_and_optimize()
2883 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
3410 if (_dom_stk == NULL) { in recompute_dom_depth()
3413 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
3420 _dom_stk->push(j); in recompute_dom_depth()
3425 while (_dom_stk->length() > 0) { in recompute_dom_depth()
3426 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp911 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dloopnode.cpp2756 _dom_stk = NULL; in build_and_optimize()
2823 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
3355 if (_dom_stk == NULL) { in recompute_dom_depth()
3358 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
3365 _dom_stk->push(j); in recompute_dom_depth()
3370 while (_dom_stk->length() > 0) { in recompute_dom_depth()
3371 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp881 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dloopnode.cpp2982 _dom_stk = NULL; in build_and_optimize()
3049 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
3600 if (_dom_stk == NULL) { in recompute_dom_depth()
3603 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
3610 _dom_stk->push(j); in recompute_dom_depth()
3615 while (_dom_stk->length() > 0) { in recompute_dom_depth()
3616 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp927 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dloopnode.cpp2839 _dom_stk = NULL; in build_and_optimize()
2906 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
3430 if (_dom_stk == NULL) { in recompute_dom_depth()
3433 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
3440 _dom_stk->push(j); in recompute_dom_depth()
3445 while (_dom_stk->length() > 0) { in recompute_dom_depth()
3446 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp924 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dloopnode.cpp3752 _dom_stk = NULL; in build_and_optimize()
3825 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
4360 if (_dom_stk == NULL) { in recompute_dom_depth()
4363 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
4370 _dom_stk->push(j); in recompute_dom_depth()
4375 while (_dom_stk->length() > 0) { in recompute_dom_depth()
4376 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp1048 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dloopnode.cpp3754 _dom_stk = NULL; in build_and_optimize()
3827 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth in build_and_optimize()
4368 if (_dom_stk == NULL) { in recompute_dom_depth()
4371 _dom_stk = new GrowableArray<uint>(init_size); in recompute_dom_depth()
4378 _dom_stk->push(j); in recompute_dom_depth()
4383 while (_dom_stk->length() > 0) { in recompute_dom_depth()
4384 uint j = _dom_stk->pop(); in recompute_dom_depth()
H A Dloopnode.hpp1052 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in PhaseIdealLoop