Home
last modified time | relevance | path

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

12

/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
DTestArrayAccess04Creator.java28 import org.apache.bcel.generic.InstructionFactory;
37 private final InstructionFactory _factory;
46 _factory = new InstructionFactory(_cg, _cp); in TestArrayAccess04Creator()
61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
64 final InstructionHandle ih_4 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_0()
80 il.append(InstructionFactory.createStore(Type.OBJECT, 1)); in createMethod_1()
83 il.append(InstructionFactory.createStore(Type.INT, 2)); in createMethod_1()
84 final InstructionHandle ih_7 = il.append(InstructionFactory.createLoad(Type.OBJECT, 1)); in createMethod_1()
87 il.append(InstructionFactory.createLoad(Type.INT, 2)); in createMethod_1()
89 final InstructionHandle ih_11 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_1()
DTestArrayAccess02Creator.java27 import org.apache.bcel.generic.InstructionFactory;
37 private final InstructionFactory _factory;
46 _factory = new InstructionFactory(_cg, _cp); in TestArrayAccess02Creator()
61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
64 final InstructionHandle ih_4 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_0()
80 il.append(InstructionFactory.createStore(Type.OBJECT, 0)); in createMethod_1()
84 il.append(InstructionFactory.createStore(Type.OBJECT, 1)); in createMethod_1()
85 final InstructionHandle ih_10 = il.append(InstructionFactory.createLoad(Type.OBJECT, 1)); in createMethod_1()
92 final InstructionHandle ih_20 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_1()
DTestArrayAccess03Creator.java27 import org.apache.bcel.generic.InstructionFactory;
37 private final InstructionFactory _factory;
46 _factory = new InstructionFactory(_cg, _cp); in TestArrayAccess03Creator()
61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
64 final InstructionHandle ih_4 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_0()
80 il.append(InstructionFactory.createStore(Type.OBJECT, 1)); in createMethod_1()
81 final InstructionHandle ih_5 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_1()
88 final InstructionHandle ih_15 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_1()
DTestReturn03Creator.java27 import org.apache.bcel.generic.InstructionFactory;
35 private final InstructionFactory _factory;
44 _factory = new InstructionFactory(_cg, _cp); in TestReturn03Creator()
59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
62 final InstructionHandle ih_4 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_0()
77 il.append(InstructionFactory.createReturn(Type.OBJECT)); in createMethod_1()
DTestReturn01Creator.java27 import org.apache.bcel.generic.InstructionFactory;
35 private final InstructionFactory _factory;
44 _factory = new InstructionFactory(_cg, _cp); in TestReturn01Creator()
59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
62 final InstructionHandle ih_4 = il.append(InstructionFactory.createReturn(Type.VOID)); in createMethod_0()
80 final InstructionHandle ih_8 = il.append(InstructionFactory.createReturn(Type.OBJECT)); in createMethod_1()
/external/apache-commons-bcel/src/examples/
DProxyCreator.java30 import org.apache.bcel.generic.InstructionFactory;
89 InstructionFactory factory = new InstructionFactory(cg); in main()
DHelloWorldBuilder.java29 import org.apache.bcel.generic.InstructionFactory;
80 InstructionFactory factory = new InstructionFactory(cg); in main()
/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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java35 public class InstructionFactory implements InstructionConstants { class
55 public InstructionFactory(final ClassGen cg, final ConstantPoolGen cp) { in InstructionFactory() method in InstructionFactory
63 public InstructionFactory(final ClassGen cg) { in InstructionFactory() method in InstructionFactory
70 public InstructionFactory(final ConstantPoolGen cp) { in InstructionFactory() method in InstructionFactory
/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()
/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/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java419 final InstructionFactory factory = new InstructionFactory(cg); in buildClassContentsWithAnnotatedMethods()
515 final InstructionFactory factory = new InstructionFactory(cg); in buildClassContents()
/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()
/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()
/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

12