/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ObsoleteMethodImpl.java | 53 public Type returnType() throws ClassNotLoadedException { in returnType() 54 throw new ClassNotLoadedException("type unknown"); in returnType() 65 Type argumentType(int index) throws ClassNotLoadedException { in argumentType() 66 throw new ClassNotLoadedException("type unknown"); in argumentType() 69 public List<Type> argumentTypes() throws ClassNotLoadedException { in argumentTypes()
|
D | ArrayReferenceImpl.java | 130 ClassNotLoadedException { in setValue() 138 ClassNotLoadedException { in setValues() 145 ClassNotLoadedException { in setValues() 179 } catch (ClassNotLoadedException e) { in setValues() 215 throws InvalidTypeException, ClassNotLoadedException { in validateAssignment() 218 } catch (ClassNotLoadedException e) { in validateAssignment() 270 public Type type() throws ClassNotLoadedException { in type() 279 public Type findType(String signature) throws ClassNotLoadedException { in findType()
|
D | ArrayTypeImpl.java | 61 Type type() throws ClassNotLoadedException { in type() 83 Type findComponentType(String signature) throws ClassNotLoadedException { in findComponentType() 100 throw new ClassNotLoadedException(componentTypeName()); in findComponentType() 107 public Type componentType() throws ClassNotLoadedException { in componentType() 138 } catch (ClassNotLoadedException e) { in isAssignableTo() 180 } catch (ClassNotLoadedException cnle) { in getModifiers()
|
D | MethodImpl.java | 142 public Type returnType() throws ClassNotLoadedException { in returnType() 146 public Type findType(String signature) throws ClassNotLoadedException { in findType() 159 Type argumentType(int index) throws ClassNotLoadedException { in argumentType() 165 public List<Type> argumentTypes() throws ClassNotLoadedException { in argumentTypes() 238 public Type type() throws ClassNotLoadedException { in type() 247 public Type findType(String signature) throws ClassNotLoadedException { in findType() 269 public Type type() throws ClassNotLoadedException { in type() 278 public Type findType(String signature) throws ClassNotLoadedException { in findType() 300 throws ClassNotLoadedException, InvalidTypeException { in handleVarArgs() 366 throws ClassNotLoadedException, InvalidTypeException { in validateAndPrepareArgumentsForInvoke()
|
D | ValueContainer.java | 37 Type type() throws ClassNotLoadedException; in type() 38 Type findType(String signature) throws ClassNotLoadedException; in findType()
|
D | ValueImpl.java | 38 throws InvalidTypeException, ClassNotLoadedException { in prepareForAssignment() 61 throws InvalidTypeException, ClassNotLoadedException; in prepareForAssignmentTo()
|
D | FieldImpl.java | 67 public Type type() throws ClassNotLoadedException { in type() 71 public Type findType(String signature) throws ClassNotLoadedException { in findType()
|
D | ClassLoaderReferenceImpl.java | 96 Type findType(String signature) throws ClassNotLoadedException { in findType() 106 throw new ClassNotLoadedException(parser.typeName(), in findType()
|
D | ObjectReferenceImpl.java | 230 throws InvalidTypeException, ClassNotLoadedException { in setValue() 262 } catch (ClassNotLoadedException e) { in setValue() 385 ClassNotLoadedException { in invokeMethod() 579 ClassNotLoadedException { in prepareForAssignmentTo() 586 throws InvalidTypeException, ClassNotLoadedException { in validateAssignment()
|
D | ClassTypeImpl.java | 124 throws InvalidTypeException, ClassNotLoadedException { in setValue() 149 } catch (ClassNotLoadedException e) { in setValue() 191 ClassNotLoadedException, in newInstance()
|
D | LocalVariableImpl.java | 101 public Type type() throws ClassNotLoadedException { in type() 105 public Type findType(String signature) throws ClassNotLoadedException { in findType()
|
D | InvokableTypeImpl.java | 28 import com.sun.jdi.ClassNotLoadedException; 99 ClassNotLoadedException, in invokeMethod()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
D | LazyArrayReference.java | 36 import com.sun.jdi.ClassNotLoadedException; 64 …public void setValue(int index, Value value) throws InvalidTypeException, ClassNotLoadedException { in setValue() 68 …nds Value> values, int srcIndex, int length) throws InvalidTypeException, ClassNotLoadedException { in setValues() 72 …void setValues(List<? extends Value> values) throws InvalidTypeException, ClassNotLoadedException { in setValues()
|
D | LazyObjectReference.java | 63 …blic void setValue(Field field, Value value) throws InvalidTypeException, ClassNotLoadedException { in setValue() 69 throws InvalidTypeException, ClassNotLoadedException, IncompatibleThreadStateException, in invokeMethod()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | ClassNotLoadedException.java | 71 public class ClassNotLoadedException extends Exception class 76 public ClassNotLoadedException(String className) { in ClassNotLoadedException() method in ClassNotLoadedException 81 public ClassNotLoadedException(String className, String message) { in ClassNotLoadedException() method in ClassNotLoadedException
|
D | ArrayReference.java | 131 ClassNotLoadedException; in setValue() 162 ClassNotLoadedException; in setValues() 209 ClassNotLoadedException; in setValues()
|
D | ClassType.java | 124 throws InvalidTypeException, ClassNotLoadedException; in setValue() 243 ClassNotLoadedException, in invokeMethod() 349 ClassNotLoadedException, in newInstance()
|
D | ObjectReference.java | 138 throws InvalidTypeException, ClassNotLoadedException; in setValue() 275 ClassNotLoadedException, in invokeMethod()
|
D | Method.java | 81 Type returnType() throws ClassNotLoadedException; in returnType() 130 List<Type> argumentTypes() throws ClassNotLoadedException; in argumentTypes()
|
D | ArrayType.java | 96 Type componentType() throws ClassNotLoadedException; in componentType()
|
D | Field.java | 98 Type type() throws ClassNotLoadedException; in type()
|
D | LocalVariable.java | 93 Type type() throws ClassNotLoadedException; in type()
|
D | InterfaceType.java | 196 ClassNotLoadedException, in invokeMethod()
|
D | StackFrame.java | 222 throws InvalidTypeException, ClassNotLoadedException; in setValue()
|
D | ThreadReference.java | 470 ClassNotLoadedException, in forceEarlyReturn()
|