Searched defs:GR6 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java50 public static final int GR6 = 6; field in class:IA64ThreadContext
141 "GR0", "GR1", "GR2", "GR3", "GR4", "GR5", "GR6", "GR7", "GR8",
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/
H A DIA64Registers.java37 public static final IA64Register GR6; field in class:IA64Registers
172 GR6 = new IA64Register(6);
298 GR0, GR1, GR2, GR3, GR4, GR5, GR6, GR7, GR8, GR9,

Completed in 32 milliseconds