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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryConstantPool.java157 int constant_type = getConstantType(n);
158 switch (constant_type) {
186 if ((constant_type == CONSTANT_FIELD)
197 constant_type);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp281 Form::DataType constant_type, FormDict &globals) {
296 switch( constant_type ) {
630 Form::DataType constant_type = form->is_operand()->is_base_constant(globals); local
631 if ( constant_type == Form::idealD ) {
633 } else if ( constant_type == Form::idealF ) {
635 } else if ( constant_type == Form::idealL ) {
1211 Form::DataType constant_type = oper->simple_type(_globalNames); local
1214 constant_type, _globalNames);
279 defineConstructor(FILE *fp, const char *name, uint num_consts, ComponentList &lst, bool is_ideal_bool, Form::DataType constant_type, FormDict &globals) argument

Completed in 129 milliseconds