Searched defs:add_offset_in_bytes (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp154 void add_offset_in_bytes(int add_offset) { function in class:NativeMovRegMem
/openjdk9/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.hpp551 void add_offset_in_bytes(intptr_t radd_offset) { function in class:NativeMovRegMem
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DnativeInst_ppc.hpp491 void add_offset_in_bytes(intptr_t radd_offset) { function in class:NativeMovRegMem
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp333 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); } function in class:NativeMovRegMem
/openjdk9/hotspot/src/cpu/arm/vm/
H A DnativeInst_arm_32.hpp356 void add_offset_in_bytes(int add_offset) { function in class:NativeMovRegMem
H A DnativeInst_arm_64.hpp387 void add_offset_in_bytes(int add_offset) { function in class:NativeMovRegMem
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp378 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); } function in class:NativeMovRegMem
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp741 void add_offset_in_bytes(intptr_t radd_offset) { function in class:NativeMovRegMem

Completed in 102 milliseconds