Searched defs:LIR_Op1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp832 class LIR_Op1;
1096 virtual LIR_Op1* as_Op1() { return NULL; }
1273 // LIR_Op1
1276 class LIR_Op1: public LIR_Op { class in inherits:LIR_Op
1292 LIR_Op1(LIR_Code code, LIR_Opr opr, LIR_Opr result = LIR_OprFact::illegalOpr, BasicType type = T_ILLEGAL, LIR_PatchCode patch = lir_patch_none, CodeEmitInfo* info = NULL) function in class:LIR_Op1
1298 LIR_Op1(LIR_Code code, LIR_Opr opr, LIR_Opr result, BasicType type, LIR_PatchCode patch, CodeEmitInfo* info, LIR_MoveKind kind) function in class:LIR_Op1
1307 LIR_Op1(LIR_Code code, LIR_Opr opr, CodeEmitInfo* info) function in class:LIR_Op1
1323 virtual LIR_Op1* as_Op1() { return this; }
1401 class LIR_OpConvert: public LIR_Op1 {
1414 : LIR_Op1(lir_conver
[all...]

Completed in 1491 milliseconds