Searched refs:stack_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp1043 const Type *stack_type = SharkType::to_stackType(basic_type); local
1055 if (field_type != stack_type) {
1057 field_value, stack_type, basic_type != T_CHAR);
1065 if (field_type != stack_type) {
H A DsharkTopLevelBlock.cpp826 const Type *stack_type = SharkType::to_stackType(basic_type); local
827 if (value->getType() != stack_type)
828 value = builder()->CreateIntCast(value, stack_type, basic_type != T_CHAR);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2181 Form::DataType stack_type = _operand ? _operand->is_user_name_for_sReg() : Form::none; local
2182 if( _operand && _operand_idx==0 && stack_type != Form::none ) {
2371 Form::DataType stack_type = _operand ? _operand->is_user_name_for_sReg() : Form::none; local
2372 if( _operand && _operand_idx==0 && stack_type != Form::none ) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp672 ciType* stack_type = type_at(stack(stack_base + i++)); local
674 // assert(stack_type->is_subtype_of(type), "bad type for field value");

Completed in 78 milliseconds