Searched refs:as_ValueType (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.cpp122 ValueType* as_ValueType(BasicType type) { function
143 ValueType* as_ValueType(ciConstant value) { function
H A Dc1_ValueType.hpp425 ValueType* as_ValueType(BasicType type);
426 ValueType* as_ValueType(ciConstant value);
429 inline ValueType* as_ValueType(ciType* type) { return as_ValueType(type->basic_type()); } function
H A Dc1_GraphBuilder.cpp959 push(as_ValueType(type), append(new LoadIndexed(array, index, length, type, state_before)));
965 Value value = pop(as_ValueType(type));
1150 push(as_ValueType(to), append(new Convert(op, pop(as_ValueType(from)), as_ValueType(to))));
1499 ValueType* type = as_ValueType(field_type);
1538 constant = new Constant(as_ValueType(field_val));
1543 constant = new Constant(as_ValueType(field_val));
1580 constant = new Constant(as_ValueType(field_val));
1584 constant = new Constant(as_ValueType(field_va
[all...]
H A Dc1_FrameMap.cpp193 _incoming_arguments->args()->at_put(i, LIR_OprFact::stack(java_index, as_BasicType(as_ValueType(address->type()))));
H A Dc1_Instruction.hpp712 : Instruction(as_ValueType(field->type()->basic_type()), state_before)
782 set_flag(NeedsWriteBarrierFlag, as_ValueType(field_type())->is_object());
850 : AccessArray(as_ValueType(elt_type), array, state_before)
908 set_flag(NeedsWriteBarrierFlag, (as_ValueType(elt_type)->is_object()));
909 set_flag(NeedsStoreCheckFlag, (as_ValueType(elt_type)->is_object()));
2111 : Instruction(is_put ? voidType : as_ValueType(basic_type))
H A Dc1_LIR.hpp335 ValueType* value_type() const { return as_ValueType(type()); }
H A Dc1_LIRGenerator.cpp2601 assert(as_ValueType(t)->tag() == local->type()->tag(), "check");

Completed in 105 milliseconds