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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java61 public static final int GR16 = 16; field in class:IA64ThreadContext
142 "GR9", "GR10", "GR11", "GR12", "GR13", "GR14", "GR15", "GR16",
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/
H A DIA64Registers.java47 public static final IA64Register GR16; field in class:IA64Registers
182 GR16 = new IA64Register(16);
299 GR10, GR11, GR12, GR13, GR14, GR15, GR16, GR17, GR18, GR19,

Completed in 33 milliseconds