Searched refs:getStartPC (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DLineNumberInfo.java36 public Address getStartPC(); method in interface:LineNumberInfo
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DDisassembler.java36 public long getStartPC() { method in class:Disassembler
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberMapping.java57 Address a1 = l1.getStartPC();
58 Address a2 = l2.getStartPC();
74 i1.setEndPC(i2.getStartPC());
118 if (AddressOps.lt(addr, info.getStartPC())) {
121 } else if (AddressOps.equal(addr, info.getStartPC())) {
131 if (AddressOps.lte(info.getStartPC(), addr)) {
H A DBasicLineNumberInfo.java52 public Address getStartPC() { return startPC; } method in class:BasicLineNumberInfo
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DLineNumber.java80 this(c.getStartPC(), c.getLineNumber());
134 public final int getStartPC() { return start_pc; } method in class:LineNumber
H A DCodeException.java88 this(c.getStartPC(), c.getEndPC(), c.getHandlerPC(), c.getCatchType());
164 public final int getStartPC() { return start_pc; } method in class:CodeException
H A DLocalVariable.java89 this(c.getStartPC(), c.getLength(), c.getNameIndex(),
158 * @return Variable is valid within getStartPC() .. getStartPC()+getLength()
200 public final int getStartPC() { return start_pc; } method in class:LocalVariable
H A DLineNumberTable.java200 int j = line_number_table[i].getStartPC();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DExceptionTableElement.java65 public int getStartPC() { method in class:ExceptionTableElement
H A DGenerateOopMap.java1475 int start_pc = exct[i].getStartPC();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DAttributeHTML.java148 file.print("<BR>(Ranging from lines " + codeLink(ce[i].getStartPC(), method_number) +
192 file.print("(" + line_numbers[i].getStartPC() + ",&nbsp;" + line_numbers[i].getLineNumber() + ")");
209 int start = vars[i].getStartPC();
H A DCodeHTML.java423 goto_set.set(ce[i].getStartPC());
435 int start = vars[j].getStartPC();
H A DBCELFactory.java354 "ih_" + h.getStartPC().getPosition() + ", " +
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java187 public InstructionHandle getStartPC() { return start_pc; } method in class:CodeExceptionGen
H A DMethodGen.java223 addExceptionHandler(il.findHandle(ce.getStartPC()), end,
237 addLineNumber(il.findHandle(l.getStartPC()), l.getLineNumber());
246 InstructionHandle start = il.findHandle(l.getStartPC());
247 InstructionHandle end = il.findHandle(l.getStartPC() + l.getLength());
266 InstructionHandle start = il.findHandle(l.getStartPC());
267 InstructionHandle end = il.findHandle(l.getStartPC() + l.getLength());
H A DInstructionList.java1251 if(exceptions[i].getStartPC() == old_target)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java749 info.getStartPC() +
765 info.getStartPC() +
1280 prctl.clearBreakpoint(info.getStartPC());
1285 System.err.println("Setting breakpoint at PC " + info.getStartPC());
1286 prctl.setBreakpoint(info.getStartPC());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java597 dos.writeShort((short) exceptionTable[e].getStartPC());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java808 buf.cell(Integer.toString(exceptionTable[e].getStartPC()));

Completed in 69 milliseconds