Searched refs:R8 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/
H A DAMD64Registers.java40 public static final AMD64Register R8; field in class:AMD64Registers
60 R8 = new AMD64Register(8, "r8" );
70 R8, R9, R10, R11, R12, R13, R14, R15
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java49 public static final int R8 = 7; field in class:AMD64ThreadContext
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java33 A8,B8,C8,D8,E8,F8,G8,H8,I8,J8,K8,L8,M8,N8,O8,P8,Q8,R8,S8,T8,U8,V8,W8,X8,Y8,Z8, enum constant in enum:EnumPrivate
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp439 st->print( "R8 =" INTPTR_FORMAT, uc->R8);
502 st->print("R8 ="); print_location(st, uc->R8);
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c358 regs[REG_INDEX(R8)] = gregs.r_r8;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp636 ptrRegs[REG_INDEX(R8)] = context.R8;
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c358 regs[REG_INDEX(R8)] = gregs.r8;

Completed in 55 milliseconds