Searched refs:flagCondInverted (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java48 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 DAssembler.java82 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 130 milliseconds