Searched defs:SP (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java104 "InheritedChannelNotServerSocket$SP"});
128 public static class SP extends SelectorProvider { class in class:InheritedChannelNotServerSocket
132 public SP() { method in class:InheritedChannelNotServerSocket.SP
165 System.err.println("SP.inheritedChannel");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Registers.java45 public static final X86Register SP; field in class:X86Registers
77 SP = new X86RegisterPart(4, "%sp", 0, 16);
95 AX, CX, DX, BX, SP, BP, SI, DI
H A DX86Opcodes.java65 public static final int SP = 12; field in interface:X86Opcodes
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java143 public static final SPARCRegister SP = O6; field in class:SPARCRegisters
158 public static final SPARCRegister IsavedSP = I5; // Saved SP before bumping for locals
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java73 public static final int SP = UESP; field in class:X86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50X86RegisterEnums.java44 public static final int SP = 13; field in interface:DebugVC50X86RegisterEnums
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java57 public static final int SP = GR12; field in class:IA64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/
H A DIA64Registers.java316 public static final IA64Register SP = GR12; field in class:IA64Registers
339 return "SP";
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dregister_sparc.hpp156 CONSTANT_REGISTER_DECLARATION(Register, SP , (RegisterImpl::obase + 6));
211 #define SP ((Register)(SP_RegisterEnumValue)) macro
H A DcppInterpreter_sparc.cpp112 // case of native methods, the caller's SP was not modified.
139 __ delayed()->restore(I5_savedSP, G0, SP); // remove interpreter frame
445 __ delayed()->mov(O5_savedSP, SP);
544 __ delayed()->mov(O5_savedSP, SP);
633 // __ mov(SP, I5_savedSP->after_restore());
736 __ st_ptr(Lstate, SP, (Lstate->sp_offset_in_saved_window() * wordSize) + STACK_BIAS);
741 __ sub(SP, FP, O3); // Calculate negative of current frame size
742 __ save(SP, O3, SP); // Allocate an identical sized frame
793 // their JNI positions, which are O1..O5 and SP[6
1666 __ delayed()->ld_ptr(STATE(_frame_bottom), SP); // restore to full stack frame local
1745 __ ld_ptr(STATE(_frame_bottom), SP); // restore to full stack frame local
1777 __ ld_ptr(STATE(_frame_bottom), SP); // restore to full stack frame local
1843 __ ld_ptr(STATE(_frame_bottom), SP); // restore to full stack frame local
[all...]

Completed in 81 milliseconds