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

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

Completed in 41 milliseconds