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

/openjdk7/hotspot/src/share/vm/ci/
H A DciConstant.hpp83 jbyte as_byte() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp316 case T_BYTE: push( intcon(constant.as_byte()) ); break;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp874 case T_BYTE : t = new IntConstant (con.as_byte ()); break;

Completed in 121 milliseconds