Home
last modified time | relevance | path

Searched refs:instructionOffsetValue (Results 1 – 14 of 14) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DLivenessAnalyzer.java446 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 …]
DPartialEvaluator.java830 … branchTargetValues[instructionOffset].generalize(branchTargets).instructionOffsetValue(); in evaluateSingleInstructionBlock()
840 … InstructionOffsetValue instructionOffsetValue = new InstructionOffsetValue(instructionOffset); in evaluateSingleInstructionBlock() local
845 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()
DEvaluationShrinker.java1444 …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()
DSimpleEnumUseSimplifier.java769 …getStackBefore(consumerOffset).getTopActualProducerValue(stackEntryIndex).instructionOffsetValue(); in replaceNullStackEntryProducers()
800 …luator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue(); in replaceNullVariableProducers()
DSimpleEnumUseChecker.java456 … stackBefore.getBottomActualProducerValue(stackEntryIndex).instructionOffsetValue(); in checkMixedStackEntriesBefore()
518 variablesBefore.getProducerValue(variableIndex).instructionOffsetValue(); in checkMixedVariablesBefore()
DEvaluationSimplifier.java872 partialEvaluator.getStackBefore(offset).getTopProducerValue(0).instructionOffsetValue(); in replaceSimpleEnumSwitchInstruction()
959 partialEvaluator.getStackBefore(offset).getTopProducerValue(0).instructionOffsetValue(); in replaceSimpleEnumSwitchInstruction()
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java220 public final InstructionOffsetValue instructionOffsetValue() in instructionOffsetValue() method in InstructionOffsetValue
237 return this.generalize(other.instructionOffsetValue()); in generalize()
DValue.java103 public InstructionOffsetValue instructionOffsetValue() in instructionOffsetValue() method in Value
/external/proguard/src/proguard/evaluation/
DBasicBranchUnit.java104 … traceBranchTargets.generalize(new InstructionOffsetValue(branchTarget)).instructionOffsetValue(); in branchConditionally()
DVariables.java272 return load(index).instructionOffsetValue(); in oload()
DProcessor.java750 InstructionOffsetValue instructionOffsetValue = variables.oload(variableIndex); in visitVariableInstruction() local
754instructionOffsetValue.instructionOffset(instructionOffsetValue.instructionOffsetCount()-1)); in visitVariableInstruction()
DStack.java339 return pop().instructionOffsetValue(); in opop()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java438 InstructionOffsetValue producers = producerValue.instructionOffsetValue(); in correspondingVerificationType()
447 … = partialEvaluator.getStackBefore(producerOffset).getTopProducerValue(0).instructionOffsetValue(); in correspondingVerificationType()
/external/proguard/src/proguard/optimize/info/
DParameterUsageMarker.java199 producer.instructionOffsetValue().contains(PartialEvaluator.AT_METHOD_ENTRY)) in visitVariableInstruction()