Searched refs:flagCondInverted (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/tools/asm/ |
H A D | Instruction.java | 48 boolean flagCondInverted; /* if true, the condition is reversed field in class:Instruction 57 public Instruction(long where, int opc, Object value, boolean flagCondInverted) { argument 61 this.flagCondInverted = flagCondInverted; 236 flagCondInverted = !flagCondInverted; 266 flagCondInverted = !flagCondInverted;
|
H A D | Assembler.java | 82 public void add(long where, int opc, Object obj, boolean flagCondInverted) { argument 83 add(new Instruction(where, opc, obj, flagCondInverted)); 520 if ( inst.flagCondInverted ) {
|
Completed in 24 milliseconds