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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp141 void add_offset_in_bytes(int add_offset) { function in class:NativeMovRegMem
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp310 void add_offset_in_bytes(int add_offset) { set_offset ( ( offset() + add_offset ) ); } function in class:NativeMovRegMem
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp692 void add_offset_in_bytes(intptr_t radd_offset) { function in class:NativeMovRegMem
782 void add_offset_in_bytes(intptr_t radd_offset) { function in class:NativeMovRegMemPatching

Completed in 35 milliseconds