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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DInterpretedVFrame.java53 OopMapCacheEntry oopMask = getMethod().getMaskFor(getBCI());
88 OopMapCacheEntry oopMask = getMethod().getMaskFor(getBCI());
131 public int getBCI() { method in class:InterpretedVFrame
H A DCompiledVFrame.java154 public int getBCI() { method in class:CompiledVFrame
164 return getScope().getBCI();
H A DJavaVFrame.java35 public abstract int getBCI(); method in class:JavaVFrame
72 tty.println("\tbci:\t" + getBCI());
126 if (getBCI() != other.getBCI()) {
138 return getMethod().hashCode() ^ getBCI() ^ getFrame().hashCode();
148 if (getBCI() != other.getBCI()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DBreakpointInfo.java63 public int getBCI() { return (int) bciField.getValue(addr); } method in class:BreakpointInfo
71 return (bci == getBCI() && match(m));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.java92 public int getBCI() { return bci; } method in class:ScopeDesc
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java52 return new Integer(getBCI());
95 buf.append(getBCI());
126 private int getBCI() { method in class:JSJavaFrame
127 return jvf.getBCI();
131 int bci = jvf.getBCI();
152 int bci = getBCI();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java284 public int getBCI() { return bci; } method in class:ServiceabilityAgentJVMDIModule.BreakpointToggleResult

Completed in 1258 milliseconds