Searched defs:NativeGeneralJump (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp177 class NativeGeneralJump : public NativeInstruction { class in inherits:NativeInstruction
192 inline NativeGeneralJump* nativeGeneralJump_at(address address) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp43 // - - NativeGeneralJump
439 class NativeGeneralJump: public NativeInstruction { class in inherits:NativeInstruction
456 inline friend NativeGeneralJump* nativeGeneralJump_at(address address);
465 inline NativeGeneralJump* nativeGeneralJump_at(address address) {
466 NativeGeneralJump* jump = (NativeGeneralJump*)(address);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp43 // - - NativeGeneralJump
878 class NativeGeneralJump;
879 inline NativeGeneralJump* nativeGeneralJump_at(address address);
880 class NativeGeneralJump: public NativeInstruction { class in inherits:NativeInstruction
901 friend inline NativeGeneralJump* nativeGeneralJump_at(address address) {
902 NativeGeneralJump* jump = (NativeGeneralJump*)(address);

Completed in 54 milliseconds