Home
last modified time | relevance | path

Searched refs:producerOffsets (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java455 InstructionOffsetValue producerOffsets = in checkMixedStackEntriesBefore() local
458 int producerCount = producerOffsets.instructionOffsetCount(); in checkMixedStackEntriesBefore()
471 producerOffsets.instructionOffset(producerIndex); in checkMixedStackEntriesBefore()
517 InstructionOffsetValue producerOffsets = in checkMixedVariablesBefore() local
520 int producerCount = producerOffsets.instructionOffsetCount(); in checkMixedVariablesBefore()
533 producerOffsets.instructionOffset(producerIndex); in checkMixedVariablesBefore()
DSimpleEnumUseSimplifier.java768 InstructionOffsetValue producerOffsets = in replaceNullStackEntryProducers() local
771 for (int index = 0; index < producerOffsets.instructionOffsetCount(); index++) in replaceNullStackEntryProducers()
773 int producerOffset = producerOffsets.instructionOffset(index); in replaceNullStackEntryProducers()
799 InstructionOffsetValue producerOffsets = in replaceNullVariableProducers() local
802 for (int index = 0; index < producerOffsets.instructionOffsetCount(); index++) in replaceNullVariableProducers()
804 int producerOffset = producerOffsets.instructionOffset(index); in replaceNullVariableProducers()
DEvaluationShrinker.java1443 InstructionOffsetValue producerOffsets = in markVariableProducers() local
1446 if (producerOffsets != null) in markVariableProducers()
1448 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableProducers()
1453 int offset = producerOffsets.instructionOffset(offsetIndex); in markVariableProducers()
1474 InstructionOffsetValue producerOffsets = in markVariableInitializersBefore() local
1477 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableInitializersBefore()
1483 producerOffsets.instructionOffset(offsetIndex); in markVariableInitializersBefore()
1601 private void markStackEntryProducers(InstructionOffsetValue producerOffsets, in markStackEntryProducers() argument
1604 if (producerOffsets != null) in markStackEntryProducers()
1606 int offsetCount = producerOffsets.instructionOffsetCount(); in markStackEntryProducers()
[all …]
DEvaluationSimplifier.java871 InstructionOffsetValue producerOffsets = in replaceSimpleEnumSwitchInstruction() local
874 if (producerOffsets.instructionOffsetCount() == 1) in replaceSimpleEnumSwitchInstruction()
876 int producerOffset = producerOffsets.instructionOffset(0); in replaceSimpleEnumSwitchInstruction()
958 InstructionOffsetValue producerOffsets = in replaceSimpleEnumSwitchInstruction() local
961 if (producerOffsets.instructionOffsetCount() == 1) in replaceSimpleEnumSwitchInstruction()
963 int producerOffset = producerOffsets.instructionOffset(0); in replaceSimpleEnumSwitchInstruction()