Searched refs:If (Results 1 - 25 of 45) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/generics/
H A DT4738171.java33 interface If<T> { interface
34 final If<T> C0 = null;
/openjdk7/jdk/src/macosx/native/jobjc/
H A Drun-and-write-if-okay31 `EXEC 2>&1`. If it returns successfully, it writes the output to OUTPATH.
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp202 // If a value is going to be stored into a field or array some of
253 // If a value is going to be stored into a field or array some of
612 static bool is_true(jlong x, If::Condition cond, jlong y) {
614 case If::eql: return x == y;
615 case If::neq: return x != y;
616 case If::lss: return x < y;
617 case If::leq: return x <= y;
618 case If::gtr: return x > y;
619 case If::geq: return x >= y;
633 void Canonicalizer::do_If(If*
[all...]
H A Dc1_Instruction.cpp477 case If::eql: return x == y ? cond_true : cond_false;
478 case If::neq: return x != y ? cond_true : cond_false;
479 case If::lss: return x < y ? cond_true : cond_false;
480 case If::leq: return x <= y ? cond_true : cond_false;
481 case If::gtr: return x > y ? cond_true : cond_false;
482 case If::geq: return x >= y ? cond_true : cond_false;
490 case If::eql: return x == y ? cond_true : cond_false;
491 case If::neq: return x != y ? cond_true : cond_false;
492 case If::lss: return x < y ? cond_true : cond_false;
493 case If
[all...]
H A Dc1_InstructionPrinter.hpp58 static const char* cond_name(If::Condition cond);
117 virtual void do_If (If* x);
H A Dc1_LIRGenerator.hpp337 // emit some code as part of address calculation. If
359 void profile_branch(If* if_instr, If::Condition cond);
406 static LIR_Condition lir_cond(If::Condition cond) {
409 case If::eql: l = lir_cond_equal; break;
410 case If::neq: l = lir_cond_notEqual; break;
411 case If::lss: l = lir_cond_less; break;
412 case If::leq: l = lir_cond_lessEqual; break;
413 case If::geq: l = lir_cond_greaterEqual; break;
414 case If
[all...]
H A Dc1_GraphBuilder.hpp84 // If we are parsing a jsr, the continuation point for rets
241 void if_node(Value x, If::Condition cond, Value y, ValueStack* stack_before);
242 void if_zero(ValueType* type, If::Condition cond);
243 void if_null(ValueType* type, If::Condition cond);
244 void if_same(ValueType* type, If::Condition cond);
H A Dc1_InstructionPrinter.cpp52 const char* InstructionPrinter::cond_name(If::Condition cond) {
54 case If::eql: return "==";
55 case If::neq: return "!=";
56 case If::lss: return "<";
57 case If::leq: return "<=";
58 case If::gtr: return ">";
59 case If::geq: return ">=";
719 void InstructionPrinter::do_If(If* x) {
H A Dc1_Canonicalizer.hpp90 virtual void do_If (If* x);
H A Dc1_GraphBuilder.cpp428 // If the highest bit is set (i.e. when integer value is negative), the method
1178 void GraphBuilder::if_node(Value x, If::Condition cond, Value y, ValueStack* state_before) {
1182 Instruction *i = append(new If(x, cond, false, y, tsux, fsux, is_bb ? state_before : NULL, is_bb));
1190 If* if_node = i->as_If();
1207 // Check if this If was reduced to Goto.
1230 void GraphBuilder::if_zero(ValueType* type, If::Condition cond) {
1238 void GraphBuilder::if_null(ValueType* type, If::Condition cond) {
1246 void GraphBuilder::if_same(ValueType* type, If::Condition cond) {
1256 // If the bytecodes are strange (jumping out of a jsr block) then we
1290 // total of 2 successors => use If instea
[all...]
H A Dc1_Optimizer.cpp98 // check if block ends with an If
99 If* if_ = block->end()->as_If();
102 // check if If works on int or object types
103 // (we cannot handle If's working on long, float or doubles yet,
104 // since IfOp doesn't support them - these If's show up if cmp
105 // operations followed by If's are eliminated)
398 If* if_ = block->end()->as_If();
432 If* newif = new If(ifop->x(), ifop->cond(), false, ifop->y(),
443 tty->print_cr("%d. replaced If an
[all...]
H A Dc1_ValueMap.hpp191 void do_If (If* x) { /* nothing to do */ }
/openjdk7/jdk/test/com/sun/jdi/
H A DMixedSuspendTest.sh64 // If the bug occurs, this resume hangs in the back-end
H A DRedefineException.sh81 System.out.println("a3: @@ delete this line"); // If this line is deleted, the test passes!
H A DDeferredStepTest.sh158 If this works right, you should see StepEvents/Breakpoint events for lines
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DIf.java21 * $Id: If.java,v 1.2.4.1 2005/09/01 15:39:47 pvedula Exp $
41 final class If extends Instruction { class in inherits:Instruction
51 Util.println("If");
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt38 (given an IOR). If the ORB already has a connection of the
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME122 transparent pixel is encountered. If no transparent pixels
130 in MaskBits sized units. If the mask data is being buffered a
147 with the indicated "bit" to indicate an opaque pixel. If bits set
155 with the indicated "bit" to indicate a transparent pixel. If bits
180 buffer. If the data is being buffered a scan line at a time,
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt54 protocol. If the window manager asks AWT to set focus on the
75 'nextTransientFor'. If window is not blocked both of these fields
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java182 If = 302, field in class:Token
345 // If the string is a keyword token, return that token
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s26 # If the instruction traps the trap handler will arrange
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s26 !! If the instruction traps the trap handler will arrange
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1060 void LIRGenerator::do_If(If* x) {
1067 If::Condition cond = x->cond();
1072 if (cond == If::gtr || cond == If::leq) {
1091 (cond == If::eql || cond == If::neq)) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1200 void LIRGenerator::do_If(If* x) {
1205 If::Condition cond = x->cond();
1215 if (cond == If::gtr || cond == If::leq) {
1223 if (tag == longTag && yin->is_constant() && yin->get_jlong_constant() == 0 && (cond == If::eql || cond == If::neq)) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp134 macro(If)

Completed in 298 milliseconds

12