Searched refs:createIntegerValue (Results 1 – 8 of 8) sorted by relevance
58 case ClassConstants.TYPE_INT: return createIntegerValue(); in createValue()73 public IntegerValue createIntegerValue() in createIntegerValue() method in ValueFactory81 public IntegerValue createIntegerValue(int value) in createIntegerValue() method in ValueFactory83 return createIntegerValue(); in createIntegerValue()
70 return valueFactory.createIntegerValue(); in arrayLength()80 return valueFactory.createIntegerValue(); in integerArrayLoad()
60 return valueFactory.createIntegerValue(0); in createValue()
42 public IntegerValue createIntegerValue() in createIntegerValue() method in IdentifiedValueFactory
56 public IntegerValue createIntegerValue(int value) in createIntegerValue() method in ParticularValueFactory
99 stack.push(valueFactory.createIntegerValue(simpleInstruction.constant)); in visitSimpleInstruction()290 stack.push(valueFactory.createIntegerValue()); in visitSimpleInstruction()328 stack.push(valueFactory.createIntegerValue()); in visitSimpleInstruction()626 stack.push(instanceOf == Value.NEVER ? valueFactory.createIntegerValue(0) : in visitConstantInstruction()627 instanceOf == Value.ALWAYS ? valueFactory.createIntegerValue(1) : in visitConstantInstruction()628 valueFactory.createIntegerValue()); in visitConstantInstruction()743 valueFactory.createIntegerValue(variableInstruction.constant))); in visitVariableInstruction()771 stack.ipop().equal(valueFactory.createIntegerValue(0))); in visitBranchInstruction()776 stack.ipop().notEqual(valueFactory.createIntegerValue(0))); in visitBranchInstruction()781 stack.ipop().lessThan(valueFactory.createIntegerValue(0))); in visitBranchInstruction()[all …]
68 value = valueFactory.createIntegerValue(integerConstant.getValue()); in visitIntegerConstant()
919 mappingValue.integerArrayLoad(valueFactory.createIntegerValue( in replaceSimpleEnumSwitchInstruction()1007 mappingValue.integerArrayLoad(valueFactory.createIntegerValue(index), in replaceSimpleEnumSwitchInstruction()