Searched defs:prior (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.cpp211 // dictionary is too full, it's size is doubled. The prior value being
213 // an old value is found, it's swapped with the prior key-value pair on the
224 void *prior = b->_keyvals[j+j+1]; local
227 return prior; // Return prior
248 return NULL; // Nothing found prior
258 void *prior = b->_keyvals[j+j+1]; local
263 return prior;
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.cpp174 // dictionary is too full, it's size is doubled. The prior value being
176 // an old value is found, it's swapped with the prior key-value pair on the
184 const void *prior = b->_keyvals[j+j+1]; local
187 return prior; // Return prior
207 return NULL; // Nothing found prior
217 const void *prior = b->_keyvals[j+j+1]; local
222 return prior;
/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp220 // just prior to 's' and 't' from the two IFs. At least 1 path (and quite
528 // Adjust (widen) a prior range check
771 // Find a prior merge point merging the boolean
919 // Didn't find 2 prior covering checks, so cannot remove anything.
928 // Test is now covered by prior checks, dominate it out
931 // Didn't find prior covering check, so cannot remove anything.
935 // Test is now covered by prior checks, dominate it out
1111 Node *prior = igvn->hash_find_insert(iff); local
1112 if( prior ) {
1114 iff = (IfNode*)prior;
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java2838 private void failExpecting(String expected, String prior, int p) argument
2841 fail("Expected " + expected + " following " + prior, p);
3080 // DEVIATION: Allow empty authority prior to non-empty

Completed in 45 milliseconds