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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/
H A DAMD64Registers.java41 public static final AMD64Register R9; field in class:AMD64Registers
61 R9 = new AMD64Register(9, "r9" );
70 R8, R9, R10, R11, R12, R13, R14, R15
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java48 public static final int R9 = 6; field in class:AMD64ThreadContext
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java34 A9,B9,C9,D9,E9,F9,G9,H9,I9,J9,K9,L9,M9,N9,O9,P9,Q9,R9,S9,T9,U9,V9,W9,X9,Y9,Z9, enum constant in enum:EnumPrivate
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp440 st->print(", R9 =" INTPTR_FORMAT, uc->R9);
503 st->print("R9 ="); print_location(st, uc->R9);
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c357 regs[REG_INDEX(R9)] = gregs.r_r9;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp637 ptrRegs[REG_INDEX(R9)] = context.R9;
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c357 regs[REG_INDEX(R9)] = gregs.r9;

Completed in 29 milliseconds