Searched defs:nativeMovConstRegPatching_at (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp238 friend NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address) { function in class:NativeMovConstRegPatching
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp576 inline NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address);class NativeMovConstRegPatching: public NativeInstruction {
606 friend inline NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address) { function in class:NativeMovConstRegPatching
771 nativeMovConstRegPatching_at(addr_at(0))->data();
779 nativeMovConstRegPatching_at(addr_at(0))->set_data(x);

Completed in 37 milliseconds