Home
last modified time | relevance | path

Searched refs:first_sentinel (Results 1 – 11 of 11) sorted by last modified time

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dresource.cc805 const int first_sentinel = partial_sequence_.NumFirstRanked(); in PropagateSequence() local
808 for (int i = 0; i < first_sentinel - 1; ++i) { in PropagateSequence()
830 first_sentinel > 0 ? RankedInterval(first_sentinel - 1) : nullptr; in PropagateSequence()
832 first_sentinel > 0 ? RankedSlack(first_sentinel - 1) : nullptr; in PropagateSequence()
843 for (int i = first_sentinel; i <= last_sentinel; ++i) { in PropagateSequence()
850 RankedTransitionTime(first_sentinel - 1, i); in PropagateSequence()
884 for (int i = std::min(first_sentinel - 2, last_position - 1); i >= 0; --i) { in PropagateSequence()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DphaseX.cpp151 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
162 first_sentinel = key; // Can insert here in hash_find_insert()
184 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
190 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
191 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DphaseX.cpp150 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
161 first_sentinel = key; // Can insert here in hash_find_insert()
183 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
189 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
190 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DphaseX.cpp141 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
152 first_sentinel = key; // Can insert here in hash_find_insert()
174 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
180 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
181 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DphaseX.cpp141 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
152 first_sentinel = key; // Can insert here in hash_find_insert()
174 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
180 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
181 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DphaseX.cpp152 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
163 first_sentinel = key; // Can insert here in hash_find_insert()
185 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
191 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
192 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DphaseX.cpp152 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
163 first_sentinel = key; // Can insert here in hash_find_insert()
185 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
191 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
192 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DphaseX.cpp151 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
162 first_sentinel = key; // Can insert here in hash_find_insert()
184 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
190 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
191 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DphaseX.cpp151 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
162 first_sentinel = key; // Can insert here in hash_find_insert()
184 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
190 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
191 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DphaseX.cpp151 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
162 first_sentinel = key; // Can insert here in hash_find_insert()
184 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
190 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
191 first_sentinel = key; // Can insert here in hash_find_insert()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DphaseX.cpp150 uint first_sentinel = 0; // replace a sentinel if seen. in hash_find_insert() local
161 first_sentinel = key; // Can insert here in hash_find_insert()
183 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel? in hash_find_insert()
189 else if( first_sentinel == 0 && k == _sentinel ) { in hash_find_insert()
190 first_sentinel = key; // Can insert here in hash_find_insert()