Searched refs:tpc (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | Instruction.java | 279 public void setCaseLabel(int n, int tpc) { setIntAt(3+n, tpc-pc); } argument 310 public void setCaseLabel(int n, int tpc) { setIntAt(2+n*2+1, tpc-pc); } argument
|
/openjdk7/jdk/src/share/classes/java/lang/invoke/ |
H A D | MethodHandles.java | 2175 int gpc = gargs.size(), tpc = targs.size(); 2176 if (gpc >= tpc || !targs.subList(0, gpc).equals(gargs)) 2178 test = dropArguments(test, gpc, targs.subList(gpc, tpc)); 2246 int hpc = hargs.size(), tpc = targs.size(); 2247 if (hpc >= tpc || !targs.subList(0, hpc).equals(hargs)) 2249 handler = dropArguments(handler, 1+hpc, targs.subList(hpc, tpc));
|
/openjdk7/hotspot/agent/src/os/bsd/ |
H A D | BsdDebuggerLocal.c | 383 regs[REG_INDEX(R_PC)] = gregs.tpc;
|
/openjdk7/hotspot/agent/src/os/linux/ |
H A D | LinuxDebuggerLocal.c | 383 regs[REG_INDEX(R_PC)] = gregs.tpc;
|
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/ |
H A D | os_linux_sparc.cpp | 59 #define SIG_PC(x) ((x)->sigc_regs.tpc)
|
Completed in 435 milliseconds