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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp38 // - - NativeMovConstRegPatching
236 class NativeMovConstRegPatching: public NativeMovConstReg { class in inherits:NativeMovConstReg
238 friend NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address) {
239 NativeMovConstRegPatching* test = (NativeMovConstRegPatching*)(address - instruction_offset);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp39 // - - NativeMovConstRegPatching
575 class NativeMovConstRegPatching;
576 inline NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address);class NativeMovConstRegPatching: public NativeInstruction { class in inherits:NativeInstruction
606 friend inline NativeMovConstRegPatching* nativeMovConstRegPatching_at(address address) {
607 NativeMovConstRegPatching* test = (NativeMovConstRegPatching*)address;
615 friend NativeMovConstRegPatching* nativeMovConstRegPatching_before(address address) {
616 NativeMovConstRegPatching* test = (NativeMovConstRegPatching*)(addres
[all...]

Completed in 33 milliseconds