Searched refs:add_offset (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp264 assert((int)jmpl_offset == (int)NativeMovConstReg::add_offset, "sethi size ok");
306 int i1 = long_at(add_offset);
332 return data64(addr_at(sethi_offset), long_at(add_offset));
336 return data32(long_at(sethi_offset), long_at(add_offset));
347 set_long_at(add_offset, set_data32_simm13( long_at(add_offset), x));
419 int i2 = long_at(add_offset);
420 assert((int)nop_offset == (int)NativeMovConstReg::add_offset, "sethi size ok");
444 return data64(addr_at(sethi_offset), long_at(add_offset));
446 return data32(long_at(sethi_offset), long_at(add_offset));
[all...]
H A DnativeInst_sparc.hpp522 add_offset = 7 * BytesPerInstWord, enumerator in enum:NativeMovConstReg::Sparc_specific_constants
525 add_offset = 4,
585 add_offset = nop_offset + BytesPerInstWord, enumerator in enum:NativeMovConstRegPatching::Sparc_specific_constants
586 instruction_size = add_offset + BytesPerInstWord
660 add_offset = 7 * BytesPerInstWord, enumerator in enum:NativeMovRegMem::Sparc_specific_constants
662 add_offset = 4,
664 ldst_offset = add_offset + BytesPerInstWord
756 add_offset = nop_offset + BytesPerInstWord, enumerator in enum:NativeMovRegMemPatching::Sparc_specific_constants
757 ldst_offset = add_offset + BytesPerInstWord
H A Dc1_CodeStubs_sparc.cpp360 pc = (address)(_pc_start + NativeMovConstReg::add_offset);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp141 void add_offset_in_bytes(int add_offset) { argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp274 adr_type = t_index->make_ptr()->add_offset(offset);
304 adr_type = t_disp->add_offset(offset);
373 return tp->add_offset(offset);
H A Dtype.hpp685 virtual const TypePtr *add_offset( intptr_t offset ) const;
736 virtual const TypePtr *add_offset( intptr_t offset ) const;
830 virtual const TypePtr *add_offset( intptr_t offset ) const;
899 virtual const TypePtr *add_offset( intptr_t offset ) const;
965 virtual const TypePtr *add_offset( intptr_t offset ) const;
1024 virtual const TypePtr *add_offset( intptr_t offset ) const;
H A Daddnode.cpp653 return tp->add_offset(Type::OffsetTop);
659 return tp->add_offset(txoffset);
679 return p1->add_offset(p2offset);
H A DgraphKit.cpp594 const TypePtr* adr_typ = ex_con->add_offset(offset);
3031 const TypePtr* telemref = oop_type->add_offset(Type::OffsetBot);
3782 const TypePtr* offset_field_type = string_type->add_offset(offset_offset);
3797 const TypePtr* count_field_type = string_type->add_offset(count_offset);
3811 const TypePtr* value_field_type = string_type->add_offset(value_offset);
3824 const TypePtr* offset_field_type = string_type->add_offset(offset_offset);
3834 const TypePtr* value_field_type = string_type->add_offset(value_offset);
3847 const TypePtr* count_field_type = string_type->add_offset(count_offset);
H A Dtype.cpp2187 //------------------------------add_offset-------------------------------------
2188 const TypePtr *TypePtr::add_offset( intptr_t offset ) const { function in class:TypePtr
2321 //------------------------------add_offset-------------------------------------
2322 const TypePtr *TypeRawPtr::add_offset( intptr_t offset ) const { function in class:TypeRawPtr
2802 //------------------------------add_offset-------------------------------------
2803 const TypePtr *TypeOopPtr::add_offset( intptr_t offset ) const { function in class:TypeOopPtr
3323 //------------------------------add_offset-------------------------------------
3324 const TypePtr *TypeInstPtr::add_offset( intptr_t offset ) const { function in class:TypeInstPtr
3708 //------------------------------add_offset-------------------------------------
3709 const TypePtr *TypeAryPtr::add_offset( intptr_ function in class:TypeAryPtr
3962 const TypePtr *TypeKlassPtr::add_offset( intptr_t offset ) const { function in class:TypeKlassPtr
[all...]
H A Dstringopts.cpp979 C->get_alias_index(mirror_type->add_offset(field->offset_in_bytes())));
H A Descape.cpp2227 t = base_t->add_offset(offs)->is_oopptr();
2235 // cause the failure in add_offset() with narrow oops since TypeOopPtr()
2253 const TypeOopPtr *tinst = base_t->add_offset(t->offset())->is_oopptr();
H A Dmacro.cpp766 const TypeOopPtr *field_addr_type = res_type->add_offset(offset)->isa_oopptr();
H A Dcompile.cpp1676 AliasType* atp = alias_type(t->add_offset(field->offset_in_bytes()), field);
H A Dmemnode.cpp2655 else atp = atp->add_offset(Type::OffsetBot);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp310 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); } argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1079 address instr_pc2 = instr_pc + NativeMovConstReg::add_offset;

Completed in 141 milliseconds