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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java89 return fold1(opcode, argtypes.head);
104 Type fold1(int opcode, Type operand) { method in class:ConstFold
163 : fold1(opcode & ByteCodes.preMask, t1);
H A DAttr.java2042 Type ctype = cfolder.fold1(opc, argtype);
H A DLower.java3092 tree.type = cfolder.fold1(bool_not, tree.arg.type);

Completed in 51 milliseconds