Searched refs:instructionOffsetValue (Results 1 - 12 of 12) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DLivenessAnalyzer.java436 private long combinedLiveness(InstructionOffsetValue instructionOffsetValue) argument
440 int count = instructionOffsetValue.instructionOffsetCount();
443 alive |= isAliveBefore[instructionOffsetValue.instructionOffset(index)];
466 InstructionOffsetValue instructionOffsetValue =
467 instructionOffsets.instructionOffsetValue();
469 int count = instructionOffsetValue.instructionOffsetCount();
472 int offset = instructionOffsetValue.instructionOffset(index);
500 InstructionOffsetValue instructionOffsetValue =
501 instructionOffsets.instructionOffsetValue();
503 int count = instructionOffsetValue
[all...]
H A DPartialEvaluator.java802 branchTargetValues[instructionOffset].generalize(branchTargets).instructionOffsetValue();
812 InstructionOffsetValue instructionOffsetValue = new InstructionOffsetValue(instructionOffset);
817 instructionOffsetValue:
818 branchOriginValues[branchTarget].generalize(instructionOffsetValue).instructionOffsetValue();
941 branchOriginValues[offset].generalize(other.branchOriginValues[offset]).instructionOffsetValue();
950 branchTargetValues[offset].generalize(other.branchTargetValues[offset]).instructionOffsetValue();
H A DEvaluationShrinker.java692 !isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex))
761 if (isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex))
840 markVariableProducers(tracedVariables.getProducerValue(variableIndex).instructionOffsetValue(),
929 markStackEntryProducers(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(),
1707 producer.instructionOffsetValue();
1709 simpleProducer.instructionOffsetValue();
1774 private boolean isVariableNecessaryAfterAny(InstructionOffsetValue instructionOffsetValue, argument
1777 int count = instructionOffsetValue.instructionOffsetCount();
1781 if (isVariableNecessaryAfter(instructionOffsetValue.instructionOffset(index),
/external/proguard/src/proguard/evaluation/
H A DBasicBranchUnit.java104 traceBranchTargets.generalize(new InstructionOffsetValue(branchTarget)).instructionOffsetValue();
H A DVariables.java273 return load(index).instructionOffsetValue();
H A DStack.java340 return pop().instructionOffsetValue();
H A DProcessor.java733 InstructionOffsetValue instructionOffsetValue = variables.oload(variableIndex);
737 instructionOffsetValue.instructionOffset(instructionOffsetValue.instructionOffsetCount()-1));
/external/proguard/src/proguard/evaluation/value/
H A DValue.java103 public InstructionOffsetValue instructionOffsetValue() method in class:Value
H A DInstructionOffsetValue.java207 public final InstructionOffsetValue instructionOffsetValue() method in class:InstructionOffsetValue
224 return this.generalize(other.instructionOffsetValue());
/external/proguard/src/proguard/optimize/info/
H A DParameterUsageMarker.java199 producer.instructionOffsetValue().contains(PartialEvaluator.AT_METHOD_ENTRY))
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java426 InstructionOffsetValue producers = producerValue.instructionOffsetValue();
435 producers = partialEvaluator.getStackBefore(producerOffset).getTopProducerValue(0).instructionOffsetValue();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 125 milliseconds