Searched refs:BasicValue (Results 1 – 9 of 9) sorted by relevance
55 expected = BasicValue.INT_VALUE; in copyOperation()59 expected = BasicValue.FLOAT_VALUE; in copyOperation()63 expected = BasicValue.LONG_VALUE; in copyOperation()67 expected = BasicValue.DOUBLE_VALUE; in copyOperation()70 if (!((BasicValue) value).isReference()) { in copyOperation()77 if (!((BasicValue) value).isReference() in copyOperation()78 && value != BasicValue.RETURNADDRESS_VALUE) in copyOperation()120 expected = BasicValue.INT_VALUE; in unaryOperation()127 expected = BasicValue.FLOAT_VALUE; in unaryOperation()134 expected = BasicValue.LONG_VALUE; in unaryOperation()[all …]
54 return BasicValue.UNINITIALIZED_VALUE; in newValue()64 return BasicValue.INT_VALUE; in newValue()66 return BasicValue.FLOAT_VALUE; in newValue()68 return BasicValue.LONG_VALUE; in newValue()70 return BasicValue.DOUBLE_VALUE; in newValue()73 return BasicValue.REFERENCE_VALUE; in newValue()90 return BasicValue.INT_VALUE; in newOperation()93 return BasicValue.LONG_VALUE; in newOperation()97 return BasicValue.FLOAT_VALUE; in newOperation()100 return BasicValue.DOUBLE_VALUE; in newOperation()[all …]
41 public class BasicValue implements Value { class43 public static final Value UNINITIALIZED_VALUE = new BasicValue(null);45 public static final Value INT_VALUE = new BasicValue(Type.INT_TYPE);47 public static final Value FLOAT_VALUE = new BasicValue(Type.FLOAT_TYPE);49 public static final Value LONG_VALUE = new BasicValue(Type.LONG_TYPE);51 public static final Value DOUBLE_VALUE = new BasicValue(Type.DOUBLE_TYPE);53 …public static final Value REFERENCE_VALUE = new BasicValue(Type.getObjectType("java/lang/Object"));55 public static final Value RETURNADDRESS_VALUE = new BasicValue(null);59 public BasicValue(final Type type) { in BasicValue() method in BasicValue79 } else if (value instanceof BasicValue) { in equals()[all …]
113 return BasicValue.UNINITIALIZED_VALUE; in newValue()123 return new BasicValue(type); in newValue()128 if (v == BasicValue.REFERENCE_VALUE) { in newValue()131 String desc = ((BasicValue) v).getType().getDescriptor(); in newValue()135 v = new BasicValue(Type.getType(desc)); in newValue()137 v = new BasicValue(type); in newValue()144 Type t = ((BasicValue) value).getType(); in isArrayValue()152 Type arrayType = ((BasicValue) objectArrayValue).getType(); in getElementValue()165 Type expectedType = ((BasicValue) expected).getType(); in isSubTypeOf()166 Type type = ((BasicValue) value).getType(); in isSubTypeOf()[all …]
META-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer. ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...