Searched refs:first_sentinel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp141 uint first_sentinel = 0; // replace a sentinel if seen. local
152 first_sentinel = key; // Can insert here
174 key = (first_sentinel == 0) ? key : first_sentinel; // ?saw sentinel?
180 else if( first_sentinel == 0 && k == _sentinel ) {
181 first_sentinel = key; // Can insert here

Completed in 33 milliseconds