Searched refs:as_OpConvert (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp565 Bytecodes::Code bc = op1->as_OpConvert()->bytecode();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1094 virtual LIR_OpConvert* as_OpConvert() { return NULL; } function in class:LIR_Op
1440 virtual LIR_OpConvert* as_OpConvert() { return this; } function in class:LIR_OpConvert
H A Dc1_LIR.cpp543 assert(op->as_OpConvert() != NULL, "must be");

Completed in 2083 milliseconds