Home
last modified time | relevance | path

Searched refs:IncompatibleThreadStateException (Results 1 – 12 of 12) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadReference.java184 int frameCount() throws IncompatibleThreadStateException; in frameCount()
198 List<StackFrame> frames() throws IncompatibleThreadStateException; in frames()
215 StackFrame frame(int index) throws IncompatibleThreadStateException; in frame()
240 throws IncompatibleThreadStateException; in frames()
262 throws IncompatibleThreadStateException; in ownedMonitors()
286 throws IncompatibleThreadStateException; in ownedMonitorsAndFrames()
308 ObjectReference currentContendedMonitor() throws IncompatibleThreadStateException; in currentContendedMonitor()
392 void popFrames(StackFrame frame) throws IncompatibleThreadStateException; in popFrames()
471 IncompatibleThreadStateException; in forceEarlyReturn()
DObjectReference.java276 IncompatibleThreadStateException, in invokeMethod()
358 throws IncompatibleThreadStateException; in waitingThreads()
378 ThreadReference owningThread() throws IncompatibleThreadStateException; in owningThread()
398 int entryCount() throws IncompatibleThreadStateException; in entryCount()
DIncompatibleThreadStateException.java36 public class IncompatibleThreadStateException extends Exception { class
39 public IncompatibleThreadStateException() { in IncompatibleThreadStateException() method in IncompatibleThreadStateException
43 public IncompatibleThreadStateException(String s) { in IncompatibleThreadStateException() method in IncompatibleThreadStateException
DClassType.java244 IncompatibleThreadStateException, in invokeMethod()
350 IncompatibleThreadStateException, in newInstance()
DInterfaceType.java197 IncompatibleThreadStateException, in invokeMethod()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyThreadReference.java45 public ObjectReference currentContendedMonitor() throws IncompatibleThreadStateException { in currentContendedMonitor()
49 …lue value) throws InvalidTypeException, ClassNotLoadedException, IncompatibleThreadStateException { in forceEarlyReturn()
53 public StackFrame frame(int index) throws IncompatibleThreadStateException { in frame()
57 public int frameCount() throws IncompatibleThreadStateException { in frameCount()
61 public List<StackFrame> frames() throws IncompatibleThreadStateException { in frames()
65 public List<StackFrame> frames(int start, int length) throws IncompatibleThreadStateException { in frames()
85 public List<ObjectReference> ownedMonitors() throws IncompatibleThreadStateException { in ownedMonitors()
89 public List<MonitorInfo> ownedMonitorsAndFrames() throws IncompatibleThreadStateException { in ownedMonitorsAndFrames()
93 public void popFrames(StackFrame frame) throws IncompatibleThreadStateException { in popFrames()
DLazyObjectReference.java69 throws InvalidTypeException, ClassNotLoadedException, IncompatibleThreadStateException, in invokeMethod()
86 … @Override public List<ThreadReference> waitingThreads() throws IncompatibleThreadStateException { in waitingThreads()
90 @Override public ThreadReference owningThread() throws IncompatibleThreadStateException { in owningThread()
94 @Override public int entryCount() throws IncompatibleThreadStateException { in entryCount()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java310 } catch (IncompatibleThreadStateException itse) { in isAtBreakpoint()
331 public int frameCount() throws IncompatibleThreadStateException { in frameCount()
342 throw new IncompatibleThreadStateException(); in frameCount()
350 public List<StackFrame> frames() throws IncompatibleThreadStateException { in frames()
354 public StackFrame frame(int index) throws IncompatibleThreadStateException { in frame()
383 throws IncompatibleThreadStateException { in frames()
396 throws IncompatibleThreadStateException { in privateFrames()
436 throw new IncompatibleThreadStateException(); in privateFrames()
443 public List<ObjectReference> ownedMonitors() throws IncompatibleThreadStateException { in ownedMonitors()
460 throw new IncompatibleThreadStateException(); in ownedMonitors()
[all …]
DObjectReferenceImpl.java383 IncompatibleThreadStateException, in invokeMethod()
419 throw new IncompatibleThreadStateException(); in invokeMethod()
483 throws IncompatibleThreadStateException { in jdwpMonitorInfo()
522 throw new IncompatibleThreadStateException(); in jdwpMonitorInfo()
530 public List<ThreadReference> waitingThreads() throws IncompatibleThreadStateException { in waitingThreads()
534 public ThreadReference owningThread() throws IncompatibleThreadStateException { in owningThread()
538 public int entryCount() throws IncompatibleThreadStateException { in entryCount()
DInvokableTypeImpl.java30 import com.sun.jdi.IncompatibleThreadStateException;
100 IncompatibleThreadStateException, in invokeMethod()
116 throw new IncompatibleThreadStateException(); in invokeMethod()
DStackFrameImpl.java369 void pop() throws IncompatibleThreadStateException { in pop()
385 throw new IncompatibleThreadStateException( in pop()
388 throw new IncompatibleThreadStateException("zombie"); in pop()
DClassTypeImpl.java192 IncompatibleThreadStateException, in newInstance()
213 throw new IncompatibleThreadStateException(); in newInstance()