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

/external/proguard/src/proguard/optimize/evaluation/
H A DLivenessAnalyzer.java446 private long combinedLiveness(InstructionOffsetValue instructionOffsetValue) argument
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
[all...]
H A DPartialEvaluator.java830 branchTargetValues[instructionOffset].generalize(branchTargets).instructionOffsetValue();
840 InstructionOffsetValue instructionOffsetValue = new InstructionOffsetValue(instructionOffset);
845 instructionOffsetValue:
846 branchOriginValues[branchTarget].generalize(instructionOffsetValue).instructionOffsetValue();
958 branchOriginValues[offset].generalize(other.branchOriginValues[offset]).instructionOffsetValue();
967 branchTargetValues[offset].generalize(other.branchTargetValues[offset]).instructionOffsetValue();
H A DEvaluationShrinker.java1444 partialEvaluator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue();
1475 simplePartialEvaluator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue();
1588 markStackEntryProducers(partialEvaluator.getStackBefore(consumerOffset).getBottomProducerValue(stackIndex).instructionOffsetValue(),
2100 return producersBefore.instructionOffsetValue().instructionOffsetCount() == 1 &&
2101 producersBefore.instructionOffsetValue().instructionOffset(0) == PartialEvaluator.AT_METHOD_ENTRY;
2163 tracedStack.getBottomProducerValue(stackIndex).instructionOffsetValue();
H A DSimpleEnumUseChecker.java456 stackBefore.getBottomActualProducerValue(stackEntryIndex).instructionOffsetValue();
518 variablesBefore.getProducerValue(variableIndex).instructionOffsetValue();
H A DSimpleEnumUseSimplifier.java769 partialEvaluator.getStackBefore(consumerOffset).getTopActualProducerValue(stackEntryIndex).instructionOffsetValue();
800 partialEvaluator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue();
H A DEvaluationSimplifier.java872 partialEvaluator.getStackBefore(offset).getTopProducerValue(0).instructionOffsetValue();
959 partialEvaluator.getStackBefore(offset).getTopProducerValue(0).instructionOffsetValue();
/external/proguard/src/proguard/evaluation/
H A DBasicBranchUnit.java104 traceBranchTargets.generalize(new InstructionOffsetValue(branchTarget)).instructionOffsetValue();
H A DVariables.java272 return load(index).instructionOffsetValue();
H A DStack.java339 return pop().instructionOffsetValue();
H A DProcessor.java750 InstructionOffsetValue instructionOffsetValue = variables.oload(variableIndex);
754 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.java220 public final InstructionOffsetValue instructionOffsetValue() method in class:InstructionOffsetValue
237 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.java438 InstructionOffsetValue producers = producerValue.instructionOffsetValue();
447 producers = partialEvaluator.getStackBefore(producerOffset).getTopProducerValue(0).instructionOffsetValue();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 212 milliseconds