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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp852 enum LIR_Code { enum
1026 static bool is_in_range(LIR_Code test, LIR_Code start, LIR_Code end) { return start < test && test < end; }
1042 LIR_Op(LIR_Code code, LIR_Opr result, CodeEmitInfo* info)
1056 LIR_Code code() const { return (LIR_Code)_code; }
1115 LIR_OpCall(LIR_Code code, address addr, LIR_Opr result,
1140 LIR_OpJavaCall(LIR_Code code, ciMethod* method,
1150 LIR_OpJavaCall(LIR_Code cod
[all...]

Completed in 63 milliseconds