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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl155 (27) <const_dcl> "const" <const_type> <id> "=" <const_exp>
157 (28) <const_type> <integer_type>
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp922 #define OPC_CONST_n(opcode, const_type, value) \
924 SET_STACK_ ## const_type(value, 0); \
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp2499 void OperandForm::format_constant(FILE *fp, uint const_index, uint const_type) { argument
2500 switch(const_type) {

Completed in 59 milliseconds