Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java226 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitSimpleInstruction() local
230 matchingOpcodes(simpleInstruction, patternInstruction) && in visitSimpleInstruction()
232 ((SimpleInstruction)patternInstruction).constant); in visitSimpleInstruction()
246 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitVariableInstruction() local
250 matchingOpcodes(variableInstruction, patternInstruction) && in visitVariableInstruction()
252 ((VariableInstruction)patternInstruction).variableIndex) && in visitVariableInstruction()
254 ((VariableInstruction)patternInstruction).constant); in visitVariableInstruction()
268 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitConstantInstruction() local
272 matchingOpcodes(constantInstruction, patternInstruction) && in visitConstantInstruction()
275 ((ConstantInstruction)patternInstruction).constantIndex) && in visitConstantInstruction()
[all …]