Searched defs:then (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp90 Node* then = IfTrue(iff); local
96 set_ctrl(then);
100 // Pop the else cvstate off the stack, and push the (current) then cvstate.
106 // save current (then) cvstate for later use at endif
113 // Merge the "then" and "else" cvstates.
117 // current state then became the initial state for the
118 // then clause. If an "else" clause was encountered, it will
121 // the "then" clause) for latter use at the end_if.
125 // b) top stack state is end of "then" clause
127 // 2) no else: a) current state is end of "then" claus
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java148 * Attribute everything, then do flow analysis for everything,
149 * then desugar everything, and only then generate output.
156 * Groups the classes for each source file together, then process
979 * If so, and if no scanner is yet registered, then set up the DocCommentScanner
1611 private static long elapsed(long then) { argument
1612 return now() - then;

Completed in 72 milliseconds