Searched refs:nativeMovConstRegPatching_at (Results 1 - 3 of 3) sorted by relevance

/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);
H A DnativeInst_sparc.cpp509 nm = nativeMovConstRegPatching_at( cb.insts_begin() );
512 nm = nativeMovConstRegPatching_at( nm->next_instruction_address() );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp238 friend NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address) { function in class:NativeMovConstRegPatching

Completed in 62 milliseconds