Searched refs:lir_nop (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp610 case lir_nop:
H A Dc1_LIR.cpp479 case lir_nop: // may have info, result always invalid
1669 case lir_nop: s = "nop"; break;
H A Dc1_LIR.hpp857 , lir_nop enumerator in enum:LIR_Code
1782 assert(op->code() == lir_nop || LIRFillDelaySlots, "should be filling with nops");
1964 void nop() { append(new LIR_Op0(lir_nop)); }
H A Dc1_LinearScan.cpp6612 case lir_nop:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3350 delay_op = new LIR_OpDelay(new LIR_Op0(lir_nop), NULL);
3380 LIR_Op* delay_op = new LIR_OpDelay(new LIR_Op0(lir_nop), op->as_OpJavaCall()->info());

Completed in 592 milliseconds