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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp843 class LIR_OpRTCall;
1093 virtual LIR_OpRTCall* as_OpRTCall() { return NULL; }
1334 class LIR_OpRTCall: public LIR_OpCall { class in inherits:LIR_OpCall
1340 LIR_OpRTCall(address addr, LIR_Opr tmp, function in class:LIR_OpRTCall
1347 virtual LIR_OpRTCall* as_OpRTCall() { return this; }
2127 append(new LIR_OpRTCall(routine, tmp, result, arguments));
2132 append(new LIR_OpRTCall(routine, tmp, result, arguments, info));

Completed in 7159 milliseconds