/external/proguard/src/proguard/optimize/info/ |
D | ExceptionInstructionChecker.java | 75 Instruction instruction = InstructionFactory.create(code, offset); in mayThrowExceptions() 103 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset); in mayThrowExceptions()
|
D | SideEffectMethodMarker.java | 144 Instruction instruction = InstructionFactory.create(code, offset); in hasSideEffects()
|
/external/proguard/src/proguard/classfile/attribute/ |
D | CodeAttribute.java | 120 Instruction instruction = InstructionFactory.create(code, offset); in instructionAccept() 136 Instruction instruction = InstructionFactory.create(code, offset); in instructionsAccept()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstructionFactory.java | 37 import org.jf.dexlib2.writer.InstructionFactory; 43 public class ImmutableInstructionFactory implements InstructionFactory<Reference> {
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 204 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 231 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 273 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 313 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 335 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 391 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 408 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 434 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0()
|
D | PartialEvaluator.java | 215 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute() 295 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() 740 Instruction instruction = InstructionFactory.create(code, instructionOffset); in evaluateSingleInstructionBlock()
|
D | LivenessAnalyzer.java | 325 … System.out.println(" "+ InstructionFactory.create(codeAttribute.code, offset).toString(offset)); in visitCodeAttribute()
|
D | SimpleEnumUseSimplifier.java | 128 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute()
|
D | SimpleEnumUseChecker.java | 124 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute()
|
D | EvaluationSimplifier.java | 146 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | GotoGotoReplacer.java | 93 InstructionFactory.create(codeAttribute.code, targetOffset); in visitBranchInstruction()
|
D | GotoReturnReplacer.java | 88 Instruction targetInstruction = InstructionFactory.create(codeAttribute.code, in visitBranchInstruction()
|
D | UnreachableExceptionRemover.java | 120 Instruction instruction = InstructionFactory.create(code, offset); in mayThrowExceptions()
|
D | ReachableCodeMarker.java | 238 Instruction instruction = InstructionFactory.create(code, offset); in markCode()
|
D | InstructionSequenceReplacer.java | 177 …System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedOffset).toString(ma… in visitAnyInstruction()
|
D | BranchTargetFinder.java | 446 … InstructionFactory.create(codeAttribute.code, index).toString(index)); in visitCodeAttribute()
|
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 118 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset); in visitCodeAttribute0() 359 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset); in visitExceptionInfo()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | InstructionFactory.java | 44 public interface InstructionFactory<Ref extends Reference> { interface
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 550 InstructionFactory.create(code, offset).length(offset)) in canPerformSimpleReplacements() 648 Instruction instruction = InstructionFactory.create(oldCode, oldOffset); in mapInstructions() 730 Instruction instruction = InstructionFactory.create(oldCode, oldOffset); in moveInstructions()
|
D | CodeAttributeComposer.java | 358 Instruction instruction = InstructionFactory.create(code, instructionOffset); in endCodeFragment()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 163 InstructionFactory.create(codeAttribute.code, nextOffset); in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | StackSizeComputer.java | 314 Instruction instruction = InstructionFactory.create(codeAttribute.code, in evaluateInstructionBlock()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionFactory.java | 28 public class InstructionFactory class
|
/external/proguard/src/proguard/classfile/util/ |
D | InstructionSequenceMatcher.java | 728 …System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedInstructionOffsets[… in checkMatch()
|
/external/smali/smali/src/main/antlr3/ |
D | smaliTreeWalker.g | 69 import org.jf.dexlib2.writer.InstructionFactory;
|