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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBytecode.java49 public int getBci() { method in class:InputBytecode
H A DInputMethod.java67 assert m2.getBci() != m.getBci();
75 if (bc.getBci() == m.getBci()) {
111 if (m.getBci() == number) {
124 public int getBci() { method in class:InputMethod
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java70 sb.append(" @ " + getBci() + " " + getMethod());
72 sb.append("- @ " + getBci() + " " + getMethod() + " " + getReason());
99 stream.print(" @ " + getBci() + " " + m + " (" + getMethod().getBytes() + " bytes)");
103 stream.print(" @ " + getBci() + " " + m + " " + getReason());
105 stream.print("- @ " + getBci() + " " + m +
127 public int getBci() { method in class:CallSite

Completed in 46 milliseconds