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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp1826 class RegistersForDebugging : public StackObj { class in inherits:StackObj
1834 static int i_offset(int j) { return offset_of(RegistersForDebugging, i[j]); }
1835 static int l_offset(int j) { return offset_of(RegistersForDebugging, l[j]); }
1836 static int o_offset(int j) { return offset_of(RegistersForDebugging, o[j]); }
1837 static int g_offset(int j) { return offset_of(RegistersForDebugging, g[j]); }
1838 static int f_offset(int j) { return offset_of(RegistersForDebugging, f[j]); }
1839 static int d_offset(int j) { return offset_of(RegistersForDebugging, d[j / 2]); }
2434 static void debug(char* msg, RegistersForDebugging* outWindow);

Completed in 50 milliseconds