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

12

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp259 assert((int)jmpl_offset == (int)NativeMovConstReg::add_offset, "sethi size ok");
299 int i1 = long_at(add_offset);
315 return data64(addr_at(sethi_offset), long_at(add_offset));
321 set_long_at(add_offset, set_data32_simm13( long_at(add_offset), x));
403 int i1 = long_at(add_offset);
419 return data32(long_at(sethi_offset), long_at(add_offset));
425 set_long_at(add_offset, set_data32_simm13( long_at(add_offset), x));
464 int i2 = long_at(add_offset);
[all...]
H A DjvmciCodeInstaller_sparc.cpp62 _instructions->relocate(pc + NativeMovConstReg::add_offset, rspec);
90 _instructions->relocate(pc + NativeMovConstReg::add_offset, internal_word_Relocation::spec((address) dest));
H A DnativeInst_sparc.hpp488 add_offset = 4, enumerator in enum:NativeMovConstReg32::Sparc_specific_constants
528 add_offset = 7 * BytesPerInstWord, enumerator in enum:NativeMovConstReg::Sparc_specific_constants
583 add_offset = nop_offset + BytesPerInstWord, enumerator in enum:NativeMovConstRegPatching::Sparc_specific_constants
584 instruction_size = add_offset + BytesPerInstWord
657 add_offset = 7 * BytesPerInstWord, enumerator in enum:NativeMovRegMem::Sparc_specific_constants
658 ldst_offset = add_offset + BytesPerInstWord
H A Dc1_CodeStubs_sparc.cpp409 pc = (address)(_pc_start + NativeMovConstReg::add_offset);
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dassembler_arm.hpp73 add_offset = 1 enumerator in enum:AsmOffsetOp
116 _offset_op = add_offset;
131 _offset_op = add_offset;
150 AsmOffsetOp offset_op = add_offset) {
182 _offset_op = add_offset;
148 Address(Register rn, Register rm, AsmShift shift = lsl, int shift_imm = 0, AsmOffset mode = basic_offset, AsmOffsetOp offset_op = add_offset) argument
H A DnativeInst_arm_32.hpp356 void add_offset_in_bytes(int add_offset) { argument
357 set_offset(offset() + add_offset);
H A DnativeInst_arm_64.hpp387 void add_offset_in_bytes(int add_offset) { argument
388 set_offset(offset() + add_offset);
H A DtemplateTable_arm.cpp207 assert(obj.offset_op() == add_offset, "addition is expected");
/openjdk10/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp154 void add_offset_in_bytes(int add_offset) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp333 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); } argument
/openjdk10/hotspot/src/share/vm/opto/
H A Dmachnode.cpp280 adr_type = t_index->make_ptr()->add_offset(offset);
310 adr_type = t_disp->add_offset(offset);
383 return tp->add_offset(offset);
H A Dtype.hpp861 virtual const TypePtr *add_offset( intptr_t offset ) const;
930 virtual const TypePtr *add_offset( intptr_t offset ) const;
1034 virtual const TypePtr *add_offset( intptr_t offset ) const;
1113 virtual const TypePtr *add_offset( intptr_t offset ) const;
1200 virtual const TypePtr *add_offset( intptr_t offset ) const;
1267 virtual const TypePtr *add_offset( intptr_t offset ) const;
1344 virtual const TypePtr *add_offset( intptr_t offset ) const;
H A Daddnode.cpp652 return tp->add_offset(Type::OffsetTop);
658 return tp->add_offset(txoffset);
678 return p1->add_offset(p2offset);
H A DmacroArrayCopy.cpp1125 const TypePtr* adr_type = _igvn.type(dest)->is_oopptr()->add_offset(Type::OffsetBot);
1127 adr_type = ac->_dest_type->add_offset(Type::OffsetBot)->is_ptr();
1286 adr_type = ac->_dest_type->add_offset(Type::OffsetBot)->is_ptr();
H A Dtype.cpp2487 //------------------------------add_offset-------------------------------------
2488 const TypePtr *TypePtr::add_offset( intptr_t offset ) const { function in class:TypePtr
2641 return _speculative->add_offset(offset)->is_ptr();
2896 //------------------------------add_offset-------------------------------------
2897 const TypePtr *TypeRawPtr::add_offset( intptr_t offset ) const { function in class:TypeRawPtr
3370 //------------------------------add_offset-------------------------------------
3371 const TypePtr *TypeOopPtr::add_offset(intptr_t offset) const { function in class:TypeOopPtr
3992 //------------------------------add_offset-------------------------------------
3993 const TypePtr *TypeInstPtr::add_offset(intptr_t offset) const { function in class:TypeInstPtr
4474 //------------------------------add_offset
4475 const TypePtr *TypeAryPtr::add_offset(intptr_t offset) const { function in class:TypeAryPtr
4672 const TypePtr *TypeMetadataPtr::add_offset( intptr_t offset ) const { function in class:TypeMetadataPtr
4997 const TypePtr *TypeKlassPtr::add_offset( intptr_t offset ) const { function in class:TypeKlassPtr
[all...]
H A DgraphKit.cpp603 const TypePtr* adr_typ = ex_con->add_offset(offset);
3395 const TypePtr* telemref = oop_type->add_offset(Type::OffsetBot);
4377 const TypePtr* value_field_type = string_type->add_offset(value_offset);
4398 const TypePtr* coder_field_type = string_type->add_offset(coder_offset);
4408 const TypePtr* value_field_type = string_type->add_offset(value_offset);
4417 const TypePtr* coder_field_type = string_type->add_offset(coder_offset);
H A Darraycopynode.cpp322 atp = atp->add_offset(Type::OffsetBot);
H A Dmacro.cpp440 const TypePtr* adr_type = _igvn.type(base)->is_ptr()->add_offset(offset);
455 const TypePtr* adr_type = _igvn.type(base)->is_ptr()->add_offset(offset);
891 const TypeOopPtr *field_addr_type = res_type->add_offset(offset)->isa_oopptr();
H A Descape.cpp2393 t = base_t->add_offset(offs)->is_oopptr();
2401 // cause the failure in add_offset() with narrow oops since TypeOopPtr()
2419 const TypeOopPtr *tinst = base_t->add_offset(t->offset())->is_oopptr();
H A Dstringopts.cpp1133 C->get_alias_index(mirror_type->add_offset(field->offset_in_bytes())),
H A Dcallnode.cpp2032 dest_t = dest_t->add_offset(Type::OffsetBot)->is_oopptr();
H A Dcompile.cpp1827 AliasType* atp = alias_type(t->add_offset(field->offset_in_bytes()), field);
H A Dmemnode.cpp2783 else atp = atp->add_offset(Type::OffsetBot);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp378 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); } argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1196 address instr_pc2 = instr_pc + NativeMovConstReg::add_offset;

Completed in 243 milliseconds

12