Searched defs:field_type (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decdecode.c108 gf_populate_params(ECCurveName name, ECFieldType field_type, ECParams *params, argument
122 params->fieldID.type = field_type;
123 if (field_type == ec_field_GFp) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciField.cpp90 BasicType field_type = FieldType::basic_type(signature); local
94 if (field_type == T_OBJECT || field_type == T_ARRAY) {
100 _type = ciType::make(field_type);
156 BasicType field_type = fd->field_type(); local
160 if (field_type == T_OBJECT || field_type == T_ARRAY) {
163 _type = ciType::make(field_type);
H A DbcEscapeAnalyzer.cpp835 BasicType field_type = field->type()->basic_type(); local
839 if (field_type == T_OBJECT || field_type == T_ARRAY) {
841 } else if (type2size[field_type] == 1) {
852 BasicType field_type = field->type()->basic_type(); local
853 if (field_type == T_OBJECT || field_type == T_ARRAY) {
855 } else if (type2size[field_type] == 1) {
863 set_modified(p, will_link ? field->offset() : OFFSET_ANY, type2size[field_type]*HeapWordSize);
H A DciTypeFlow.cpp616 ciType* field_type = field->type(); local
617 if (!field_type->is_loaded()) {
636 do_null_assert(field_type->as_klass());
638 push_translate(field_type);
794 ciType* field_type = field->type(); local
797 // assert(type->is_subtype_of(field_type), "bad type for field value");
798 if (field_type->is_two_word()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.hpp56 BasicType field_type, AccessFlags access_flags);
61 BasicType field_type() const { return _field_type; } function in class:FieldAccessInfo
H A DlinkResolver.cpp63 BasicType field_type, AccessFlags access_flags) {
68 _field_type = field_type;
686 result.set(holder, name, fd.index(), fd.offset(), fd.field_type(), fd.access_flags());
62 set(KlassHandle klass, Symbol* name, int field_index, int field_offset, BasicType field_type, AccessFlags access_flags) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp85 BasicType field_type() const { return FieldType::basic_type(signature()); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp266 const TypeOopPtr* field_type; local
268 field_type = TypeInstPtr::BOTTOM;
270 field_type = TypeOopPtr::make_from_klass(field->type()->as_klass());
272 store = store_oop_to_object( control(), obj, adr, adr_type, val, field_type, bt);
H A Dmacro.cpp743 const Type *field_type; local
747 field_type = TypeInstPtr::BOTTOM;
753 field_type = TypeOopPtr::make_from_constant(con)->isa_oopptr();
754 assert(field_type != NULL, "field singleton type must be consistent");
756 field_type = TypeOopPtr::make_from_klass(elem_type->as_klass());
759 field_type = field_type->make_narrowoop();
763 field_type = Type::get_const_basic_type(basic_elem_type);
768 Node *field_val = value_from_mem(mem, basic_elem_type, field_type, field_addr_type, alloc);
824 if (UseCompressedOops && field_type
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp1044 const Type *field_type = SharkType::to_arrayType(basic_type); local
1048 PointerType::getUnqual(field_type),
1055 if (field_type != stack_type) {
1065 if (field_type != stack_type) {
1067 field_value, field_type, basic_type != T_CHAR);
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp148 void set_field_flags(TosState field_type, int option_bits, int field_index) { argument
150 set_flags(make_flags(field_type, option_bits | (1 << is_field_entry_shift), field_index));
209 TosState field_type, // the (machine) field type
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp856 BasicType field_type = field_val.basic_type(); local
857 if (field_type == T_OBJECT || field_type == T_ARRAY) {
H A Dc1_LIRGenerator.cpp1671 BasicType field_type = x->field_type(); local
1672 bool is_oop = (field_type == T_ARRAY || field_type == T_OBJECT);
1698 if (field_type == T_BYTE || field_type == T_BOOLEAN) {
1704 value.load_for_store(field_type);
1729 address = new LIR_Address(object.result(), PATCHED_ADDR, field_type);
1731 address = generate_address(object.result(), x->offset(), field_type);
1768 BasicType field_type local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp789 char field_type() const { return _field_type; } function in class:ClassFieldDescriptor
1156 char type = field->field_type();
1209 char type = field->field_type();
2959 char type = field->field_type();
3002 char type = field->field_type();

Completed in 314 milliseconds