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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1093 virtual LIR_OpRTCall* as_OpRTCall() { return NULL; } function in class:LIR_Op
1347 virtual LIR_OpRTCall* as_OpRTCall() { return this; } function in class:LIR_OpRTCall
H A Dc1_LIR.cpp828 assert(op->as_OpRTCall() != NULL, "must be");

Completed in 206 milliseconds