Home
last modified time | relevance | path

Searched refs:InstructionFactory (Results 1 – 25 of 28) sorted by relevance

12

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java75 Instruction instruction = InstructionFactory.create(code, offset); in mayThrowExceptions()
103 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset); in mayThrowExceptions()
DSideEffectMethodMarker.java144 Instruction instruction = InstructionFactory.create(code, offset); in hasSideEffects()
/external/proguard/src/proguard/classfile/attribute/
DCodeAttribute.java120 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/
DImmutableInstructionFactory.java37 import org.jf.dexlib2.writer.InstructionFactory;
43 public class ImmutableInstructionFactory implements InstructionFactory<Reference> {
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java204 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()
DPartialEvaluator.java215 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()
DLivenessAnalyzer.java325 … System.out.println(" "+ InstructionFactory.create(codeAttribute.code, offset).toString(offset)); in visitCodeAttribute()
DSimpleEnumUseSimplifier.java128 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute()
DSimpleEnumUseChecker.java124 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute()
DEvaluationSimplifier.java146 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0()
/external/proguard/src/proguard/optimize/peephole/
DGotoGotoReplacer.java93 InstructionFactory.create(codeAttribute.code, targetOffset); in visitBranchInstruction()
DGotoReturnReplacer.java88 Instruction targetInstruction = InstructionFactory.create(codeAttribute.code, in visitBranchInstruction()
DUnreachableExceptionRemover.java120 Instruction instruction = InstructionFactory.create(code, offset); in mayThrowExceptions()
DReachableCodeMarker.java238 Instruction instruction = InstructionFactory.create(code, offset); in markCode()
DInstructionSequenceReplacer.java177 …System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedOffset).toString(ma… in visitAnyInstruction()
DBranchTargetFinder.java446InstructionFactory.create(codeAttribute.code, index).toString(index)); in visitCodeAttribute()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java118 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/
DInstructionFactory.java44 public interface InstructionFactory<Ref extends Reference> { interface
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java550 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()
DCodeAttributeComposer.java358 Instruction instruction = InstructionFactory.create(code, instructionOffset); in endCodeFragment()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java163 InstructionFactory.create(codeAttribute.code, nextOffset); in visitConstantInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java314 Instruction instruction = InstructionFactory.create(codeAttribute.code, in evaluateInstructionBlock()
/external/proguard/src/proguard/classfile/instruction/
DInstructionFactory.java28 public class InstructionFactory class
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java728 …System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedInstructionOffsets[… in checkMatch()
/external/smali/smali/src/main/antlr3/
DsmaliTreeWalker.g69 import org.jf.dexlib2.writer.InstructionFactory;

12