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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp40 // - - NativeMovRegMemPatching
330 class NativeMovRegMemPatching: public NativeMovRegMem { class in inherits:NativeMovRegMem
332 friend NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address) {
333 NativeMovRegMemPatching* test = (NativeMovRegMemPatching*)(address - instruction_offset);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp41 // - - NativeMovRegMemPatching
725 class NativeMovRegMemPatching;
726 inline NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address);
727 class NativeMovRegMemPatching: public NativeInstruction { class in inherits:NativeInstruction
795 friend inline NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address) {
796 NativeMovRegMemPatching* test = (NativeMovRegMemPatching*)address;
H A DnativeInst_sparc.cpp674 void NativeMovRegMemPatching::copy_instruction_to(address new_instruction_address) {
683 void NativeMovRegMemPatching::verify() {
710 void NativeMovRegMemPatching::print() {
719 // Code for unit testing implementation of NativeMovRegMemPatching class
720 void NativeMovRegMemPatching::test() {
725 NativeMovRegMemPatching* nm;
812 // End code for unit testing implementation of NativeMovRegMemPatching class

Completed in 58 milliseconds