Searched refs:instructionOffsetValue (Results 1 – 14 of 14) sorted by relevance
446 private long combinedLiveness(InstructionOffsetValue instructionOffsetValue)450 int count = instructionOffsetValue.instructionOffsetCount();453 alive |= isAliveBefore[instructionOffsetValue.instructionOffset(index)];476 InstructionOffsetValue instructionOffsetValue =477 instructionOffsets.instructionOffsetValue();479 int count = instructionOffsetValue.instructionOffsetCount();482 int offset = instructionOffsetValue.instructionOffset(index);510 InstructionOffsetValue instructionOffsetValue =511 instructionOffsets.instructionOffsetValue();513 int count = instructionOffsetValue.instructionOffsetCount();[all …]
830 … branchTargetValues[instructionOffset].generalize(branchTargets).instructionOffsetValue(); in evaluateSingleInstructionBlock()840 … InstructionOffsetValue instructionOffsetValue = new InstructionOffsetValue(instructionOffset); in evaluateSingleInstructionBlock() local845 instructionOffsetValue: in evaluateSingleInstructionBlock()846 … branchOriginValues[branchTarget].generalize(instructionOffsetValue).instructionOffsetValue(); in evaluateSingleInstructionBlock()958 … branchOriginValues[offset].generalize(other.branchOriginValues[offset]).instructionOffsetValue(); in generalize()967 … branchTargetValues[offset].generalize(other.branchTargetValues[offset]).instructionOffsetValue(); in generalize()
1444 …luator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue(); in markVariableProducers()1475 …luator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue(); in markVariableInitializersBefore()1588 …aluator.getStackBefore(consumerOffset).getBottomProducerValue(stackIndex).instructionOffsetValue(), in markStackEntryProducers()2100 return producersBefore.instructionOffsetValue().instructionOffsetCount() == 1 && in isVariableInitialization()2101 … producersBefore.instructionOffsetValue().instructionOffset(0) == PartialEvaluator.AT_METHOD_ENTRY; in isVariableInitialization()2163 tracedStack.getBottomProducerValue(stackIndex).instructionOffsetValue(); in isStackEntryPresentBefore()
769 …getStackBefore(consumerOffset).getTopActualProducerValue(stackEntryIndex).instructionOffsetValue(); in replaceNullStackEntryProducers()800 …luator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue(); in replaceNullVariableProducers()
456 … stackBefore.getBottomActualProducerValue(stackEntryIndex).instructionOffsetValue(); in checkMixedStackEntriesBefore()518 variablesBefore.getProducerValue(variableIndex).instructionOffsetValue(); in checkMixedVariablesBefore()
872 partialEvaluator.getStackBefore(offset).getTopProducerValue(0).instructionOffsetValue(); in replaceSimpleEnumSwitchInstruction()959 partialEvaluator.getStackBefore(offset).getTopProducerValue(0).instructionOffsetValue(); in replaceSimpleEnumSwitchInstruction()
220 public final InstructionOffsetValue instructionOffsetValue() in instructionOffsetValue() method in InstructionOffsetValue237 return this.generalize(other.instructionOffsetValue()); in generalize()
103 public InstructionOffsetValue instructionOffsetValue() in instructionOffsetValue() method in Value
104 … traceBranchTargets.generalize(new InstructionOffsetValue(branchTarget)).instructionOffsetValue(); in branchConditionally()
272 return load(index).instructionOffsetValue(); in oload()
750 InstructionOffsetValue instructionOffsetValue = variables.oload(variableIndex); in visitVariableInstruction() local754 … instructionOffsetValue.instructionOffset(instructionOffsetValue.instructionOffsetCount()-1)); in visitVariableInstruction()
339 return pop().instructionOffsetValue(); in opop()
438 InstructionOffsetValue producers = producerValue.instructionOffsetValue(); in correspondingVerificationType()447 … = partialEvaluator.getStackBefore(producerOffset).getTopProducerValue(0).instructionOffsetValue(); in correspondingVerificationType()
199 producer.instructionOffsetValue().contains(PartialEvaluator.AT_METHOD_ENTRY)) in visitVariableInstruction()