Searched refs:set_offset (Results 1 - 25 of 31) sorted by relevance

12

/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceRefKlass.cpp62 map->set_offset(java_lang_ref_Reference::queue_offset);
H A DfieldStreams.hpp164 void set_offset(int offset) { function in class:FieldStreamBase
165 field()->set_offset(offset);
H A DfieldInfo.hpp196 void set_offset(u4 val) { function in class:VALUE_OBJ_CLASS_SPEC
H A DinstanceKlass.hpp96 void set_offset(int offset) { _offset = offset; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp150 void set_offset(intptr_t x) { function in class:NativeMovRegMem
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DnativeInst_ppc.hpp478 void set_offset(intptr_t x) { function in class:NativeMovRegMem
492 set_offset(offset() + radd_offset);
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp331 void set_offset(int x);
333 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); }
H A DnativeInst_aarch64.cpp161 void NativeMovRegMem::set_offset(int x) { function in class:NativeMovRegMem
/openjdk10/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.hpp548 void set_offset(intptr_t x) { function in class:NativeMovRegMem
552 set_offset(offset() + radd_offset);
/openjdk10/hotspot/src/cpu/arm/vm/
H A DnativeInst_arm_32.hpp354 void set_offset(int x);
357 set_offset(offset() + add_offset);
H A DnativeInst_arm_64.cpp48 void NativeMovRegMem::set_offset(int x) { function in class:NativeMovRegMem
H A DnativeInst_arm_64.hpp385 void set_offset(int x);
388 set_offset(offset() + add_offset);
H A DnativeInst_arm_32.cpp54 void NativeMovRegMem::set_offset(int x) { function in class:NativeMovRegMem
/openjdk10/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp121 inline void set_offset(int32_t offset) { _offset = offset; } function in class:StackMapFrame
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjvmciCodeInstaller_sparc.cpp97 load->set_offset(- (const_size - data_offset + Assembler::min_simm13()));
H A DnativeInst_sparc.hpp674 void set_offset(intptr_t x) { function in class:NativeMovRegMem
683 set_offset (offset() + radd_offset);
H A DnativeInst_sparc.cpp101 // NativeMovConstReg::set_data, NativeMovRegMem::set_offset,
695 nm->set_offset( low10(0) );
704 nm->set_offset( nm->is_immediate() ? low10(offsets[idx1]) : offsets[idx1] );
/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp376 void set_offset(int x);
378 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); }
H A DnativeInst_x86.cpp475 void NativeMovRegMem::set_offset(int x) { function in class:NativeMovRegMem
/openjdk10/hotspot/src/share/vm/compiler/
H A DoopMap.hpp164 void set_offset(int o) { _pc_offset = o; } function in class:OopMap
H A DoopMap.cpp99 set_offset(source->offset());
209 map->set_offset(pc_offset);
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp418 n_move->set_offset(field_offset);
/openjdk10/hotspot/src/share/vm/opto/
H A Dmachnode.cpp537 _constant.set_offset(constant_table.table_base_offset() + offset);
H A Dcompile.hpp276 void set_offset(int offset) { _offset = offset; } function in class:Compile::Constant
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsParallelCompact.hpp377 void set_offset(size_t val) { _offset = (blk_ofs_t)val; } function in class:ParallelCompactData::BlockData

Completed in 190 milliseconds

12