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

/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...]
H A DnativeInst_sparc.cpp414 void NativeMovConstRegPatching::verify() {
437 void NativeMovConstRegPatching::print() {
442 int NativeMovConstRegPatching::data() const {
451 void NativeMovConstRegPatching::set_data(int x) {
480 // Code for unit testing implementation of NativeMovConstRegPatching class
481 void NativeMovConstRegPatching::test() {
486 NativeMovConstRegPatching* nm;
522 // End code for unit testing implementation of NativeMovConstRegPatching class
/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);

Completed in 97 milliseconds