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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java51 public static final int GR7 = 7; 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.java38 public static final IA64Register GR7; field in class:IA64Registers
173 GR7 = new IA64Register(7);
298 GR0, GR1, GR2, GR3, GR4, GR5, GR6, GR7, GR8, GR9,

Completed in 254 milliseconds