Searched refs:computationalType (Results 1 – 14 of 14) sorted by relevance
134 thisValue.computationalType() == otherValue.computationalType()) in generalize()305 thisValue.computationalType() == otherValue.computationalType() && in equals()
74 if (parameterValue.computationalType() == Value.TYPE_REFERENCE) in visitProgramField()114 if (parameterValue.computationalType() == Value.TYPE_REFERENCE) in visitProgramMethod()
797 … insertPushInstructions(offset, false, true, tracedStack.getTop(0).computationalType()); in visitAnyInstruction()921 … insertPushInstructions(offset, true, false, tracedStack.getTop(0).computationalType()); in visitAnyInstruction()1704 int computationalType) in insertPushInstructions() argument1711 new SimpleInstruction(pushOpcode(computationalType)); in insertPushInstructions()1725 private byte pushOpcode(int computationalType) in pushOpcode() argument1727 switch (computationalType) in pushOpcode()1737 …hrow new IllegalArgumentException("No push opcode for computational type ["+computationalType+"]"); in pushOpcode()2085 if (valueAfter.computationalType() != valueBefore.computationalType()) in isVariableInitialization()2091 if (valueAfter.computationalType() == Value.TYPE_REFERENCE && in isVariableInitialization()
452 if (stackEntry.computationalType() == Value.TYPE_REFERENCE) in checkMixedStackEntriesBefore()514 variable.computationalType() == Value.TYPE_REFERENCE) in checkMixedVariablesBefore()
417 switch (pushedValue.computationalType()) in replaceAnyPushInstruction()567 variables.load(variableIndex + 1).computationalType() == Value.TYPE_TOP) in replaceLongPushInstruction()711 variables.load(variableIndex + 1).computationalType() == Value.TYPE_TOP) in replaceDoublePushInstruction()
49 public final int computationalType() in computationalType() method in TopValue
152 public abstract int computationalType(); in computationalType() method in Value
301 public final int computationalType() in computationalType() method in ReferenceValue
350 public final int computationalType() in computationalType() method in DoubleValue
350 public final int computationalType() in computationalType() method in FloatValue
240 public final int computationalType() in computationalType() method in InstructionOffsetValue
545 public final int computationalType() in computationalType() method in LongValue
993 public final int computationalType() in computationalType() method in IntegerValue
417 int type = value.computationalType(); in correspondingVerificationType()