Searched refs:createInt (Results 1 – 12 of 12) sorted by relevance
74 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_ByteArrayIntIntConstructor()75 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_ByteArrayIntIntConstructor()95 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_ByteArrayIntIntStringConstructor()96 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_ByteArrayIntIntStringConstructor()138 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_ByteArrayIntIntCharsetConstructor()139 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_ByteArrayIntIntCharsetConstructor()193 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_CharArrayIntIntConstructor()194 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_CharArrayIntIntConstructor()245 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_IntArrayIntIntConstructor()246 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_IntArrayIntIntConstructor()
96 testField(classID, fieldInfo, Value.createInt(Integer.MIN_VALUE)); in testField()97 testField(classID, fieldInfo, Value.createInt(Integer.MAX_VALUE)); in testField()98 testField(classID, fieldInfo, Value.createInt(0)); in testField()
103 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_Int()104 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_Int()121 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstant()122 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstant()139 Value oldValueForLocal1 = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntTwoConstants()140 Value newValueForLocal1 = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntTwoConstants()141 Value oldValueForLocal2 = Value.createInt(-StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntTwoConstants()142 Value newValueForLocal2 = Value.createInt(-StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntTwoConstants()162 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithException()163 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstantWithException()[all …]
99 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int()115 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int2()116 Value nextValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE * 2); in testGetValues005_Int2()
209 packet.setNextValueAsValue(Value.createInt(12345)); in examineGetValues()
220 llvm::Value *createInt(__isl_take isl_ast_expr *Expr);
68 valuesRegion.setValue(j, Value.createInt(-j)); in testSetValues001()
150 expectedValue = Value.createInt(EXPECTED_INT); in testForceEarlyReturn_ReturnInt()
67 public static Value createInt(int value) { in createInt() method in Value
1107 return Value.createInt(this.getNextValueAsInt()); in getNextValueAsUntaggedValue()
43 public void createInt() { in createInt() method in ConstantTest
748 Value *IslExprBuilder::createInt(__isl_take isl_ast_expr *Expr) { in createInt() function in IslExprBuilder781 return createInt(Expr); in create()