Searched refs:T_OBJECT (Results 1 - 25 of 151) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValue.hpp45 _type = T_OBJECT;
58 assert(t == T_OBJECT, "should not be used");
64 assert(type() == T_OBJECT, "type check");
69 assert(type() == T_OBJECT, "type check");
74 assert(type() == T_OBJECT, "type check");
85 assert(t == T_OBJECT && type() == T_OBJECT, "type check");
98 if (_type == T_OBJECT)
H A DfieldType.cpp89 if (element_type == T_OBJECT) {
H A DvframeArray.cpp111 case T_OBJECT:
114 _locals->add( new StackValue((intptr_t) (value->get_obj()()), T_OBJECT ));
136 case T_OBJECT:
139 _expressions->add( new StackValue((intptr_t) (value->get_obj()()), T_OBJECT ));
326 case T_OBJECT:
327 *addr = value->get_int(T_OBJECT);
347 case T_OBJECT:
348 *addr = value->get_int(T_OBJECT);
/openjdk7/hotspot/src/share/vm/ci/
H A DciType.cpp35 // This class represents either a class (T_OBJECT), array (T_ARRAY),
43 assert(basic_type != T_OBJECT && basic_type != T_ARRAY, "not a reference type");
48 _basic_type = Klass::cast(k())->oop_is_array() ? T_ARRAY : T_OBJECT;
52 _basic_type = klass->is_array_klass_klass() ? T_ARRAY : T_OBJECT;
125 // As a bonus, produce the right reference type for T_OBJECT.
131 if (t == T_OBJECT) return ciEnv::_Object_klass; // java/lang/Object
H A DciConstant.cpp59 case T_OBJECT:
H A DciType.hpp33 // This class represents either a class (T_OBJECT), array (T_ARRAY),
72 bool is_primitive_type() const { return basic_type() != T_OBJECT && basic_type() != T_ARRAY; }
H A DciField.hpp108 BasicType layout_type() { return type2field[(_type == NULL) ? T_OBJECT : _type->basic_type()]; }
H A DciInstance.cpp99 case T_OBJECT:
H A DciConstant.hpp110 assert(basic_type() == T_OBJECT || basic_type() == T_ARRAY, "wrong type");
H A DciField.cpp94 if (field_type == T_OBJECT || field_type == T_ARRAY) {
160 if (field_type == T_OBJECT || field_type == T_ARRAY) {
256 case T_OBJECT:
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayOop.hpp74 return arrayOopDesc::base_offset_in_bytes(T_OBJECT);
78 HeapWord* base() const { return (HeapWord*) arrayOopDesc::base(T_OBJECT); }
99 static int header_size() { return arrayOopDesc::header_size(T_OBJECT); }
H A DarrayOop.cpp51 assert(check_max_length_overflow(T_OBJECT), "size_t overflow for object array");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize);
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LinearScan_sparc.hpp70 } else if (cur->type() == T_INT || cur->type() == T_LONG || cur->type() == T_OBJECT || cur->type() == T_ADDRESS) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp57 return T_OBJECT;
H A DglobalDefinitions.cpp113 case T_OBJECT:
175 _type2aelembytes[T_OBJECT] = heapOopSize;
229 T_OBJECT, // T_OBJECT = 12,
230 T_OBJECT, // T_ARRAY = 13,
251 T_OBJECT, // T_OBJECT = 12,
252 T_OBJECT, // T_ARRAY = 13,
273 T_OBJECT_aelem_bytes, // T_OBJECT = 12,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java54 public static final BasicType T_OBJECT = new BasicType(tObject); field in class:BasicType
129 case 'L': return T_OBJECT;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkConstant.cpp38 if (constant.basic_type() == T_OBJECT) {
80 case T_OBJECT:
H A DsharkState.cpp215 case T_OBJECT:
259 case T_OBJECT:
297 type = ciType::make(T_OBJECT); // XXX what about T_ARRAY?
306 case T_OBJECT:
335 type = ciType::make(T_OBJECT); // XXX what about T_ARRAY?
344 case T_OBJECT:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp296 def(_aconst_null , "aconst_null" , "b" , NULL , T_OBJECT , 1, false);
320 def(_aload , "aload" , "bi" , "wbii" , T_OBJECT , 1, false);
337 def(_aload_0 , "aload_0" , "b" , NULL , T_OBJECT , 1, true ); // rewriting in interpreter
338 def(_aload_1 , "aload_1" , "b" , NULL , T_OBJECT , 1, false);
339 def(_aload_2 , "aload_2" , "b" , NULL , T_OBJECT , 1, false);
340 def(_aload_3 , "aload_3" , "b" , NULL , T_OBJECT , 1, false);
345 def(_aaload , "aaload" , "b" , NULL , T_OBJECT , -1, true );
471 def(_areturn , "areturn" , "b" , NULL , T_OBJECT , -1, true);
482 def(_new , "new" , "bkk" , NULL , T_OBJECT , 1, true );
483 def(_newarray , "newarray" , "bc" , NULL , T_OBJECT ,
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.cpp134 case T_OBJECT : return objectType;
154 case T_OBJECT : return new ObjectConstant(value.as_object());
168 case objectTag: return T_OBJECT;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.cpp60 push(T_OBJECT);
103 case T_OBJECT:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp185 if( bt == T_OBJECT ) {
265 if (bt == T_OBJECT) {
322 case T_OBJECT: {
329 push( zerocon(T_OBJECT) );
344 push( zerocon(T_OBJECT) );
409 const intptr_t header = arrayOopDesc::base_offset_in_bytes(T_OBJECT);
414 store_oop_to_array(control(), array, eaddr, adr_type, elem, elemtype, T_OBJECT); local
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java126 return BasicType.T_OBJECT;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java233 case Constants.T_OBJECT:
276 case Constants.T_OBJECT: return ARETURN;
412 case Constants.T_OBJECT: return new ASTORE(index);
431 case Constants.T_OBJECT: return new ALOAD(index);
450 case Constants.T_OBJECT: return AALOAD;
469 case Constants.T_OBJECT: return AASTORE;
576 case Constants.T_OBJECT: return ACONST_NULL;

Completed in 262 milliseconds

1234567