Home
last modified time | relevance | path

Searched refs:jf (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction20bc.java32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.ReferenceType;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReference;
40 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
41 import org.jf.dexlib2.util.Preconditions;
DImmutableInstruction31c.java32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction31c;
37 import org.jf.dexlib2.iface.reference.Reference;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
40 import org.jf.dexlib2.util.Preconditions;
DImmutableInstruction21c.java32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
37 import org.jf.dexlib2.iface.reference.Reference;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
40 import org.jf.dexlib2.util.Preconditions;
DImmutableInstruction22c.java32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction22c;
37 import org.jf.dexlib2.iface.reference.Reference;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
40 import org.jf.dexlib2.util.Preconditions;
DImmutableInstruction3rc.java32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
37 import org.jf.dexlib2.iface.reference.Reference;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
40 import org.jf.dexlib2.util.Preconditions;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseMethodParameter.java32 package org.jf.dexlib2.base;
34 import org.jf.dexlib2.ValueType;
35 import org.jf.dexlib2.base.reference.BaseTypeReference;
36 import org.jf.dexlib2.iface.Annotation;
37 import org.jf.dexlib2.iface.AnnotationElement;
38 import org.jf.dexlib2.iface.MethodParameter;
39 import org.jf.dexlib2.iface.value.ArrayEncodedValue;
40 import org.jf.dexlib2.iface.value.EncodedValue;
41 import org.jf.dexlib2.iface.value.StringEncodedValue;
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java32 package org.jf.dexlib2.analysis;
36 import org.jf.dexlib2.AccessFlags;
37 import org.jf.dexlib2.Opcode;
38 import org.jf.dexlib2.iface.ClassDef;
39 import org.jf.dexlib2.iface.DexFile;
40 import org.jf.dexlib2.iface.instruction.Instruction;
41 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
42 import org.jf.dexlib2.iface.reference.MethodReference;
43 import org.jf.dexlib2.immutable.ImmutableClassDef;
44 import org.jf.dexlib2.immutable.ImmutableDexFile;
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction20bc.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.ReferenceType;
37 import org.jf.dexlib2.builder.BuilderInstruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
39 import org.jf.dexlib2.iface.reference.Reference;
40 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction31t.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction21t.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction22t.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction22t;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction21c.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction31c.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction31c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction3rc.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction22c.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction22c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
DBuilderInstruction30t.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction30t;
DBuilderInstruction20t.java32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20t;
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java32 package org.jf.dexlib2.writer;
38 import org.jf.dexlib2.Opcode;
39 import org.jf.dexlib2.Opcodes;
40 import org.jf.dexlib2.ReferenceType;
41 import org.jf.dexlib2.builder.MethodImplementationBuilder;
42 import org.jf.dexlib2.builder.instruction.BuilderInstruction10x;
43 import org.jf.dexlib2.builder.instruction.BuilderInstruction21c;
44 import org.jf.dexlib2.dexbacked.DexBackedDexFile;
45 import org.jf.dexlib2.iface.*;
46 import org.jf.dexlib2.iface.debug.DebugItem;
[all …]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItemFactory.java29 package org.jf.baksmali.Adaptors.Format;
31 import org.jf.baksmali.Adaptors.MethodDefinition;
32 import org.jf.dexlib2.analysis.UnresolvedOdexInstruction;
33 import org.jf.dexlib2.iface.instruction.Instruction;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.formats.ArrayPayload;
36 import org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload;
37 import org.jf.dexlib2.iface.instruction.formats.SparseSwitchPayload;
DOffsetInstructionFormatMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
31 import org.jf.baksmali.Adaptors.LabelMethodItem;
32 import org.jf.baksmali.Adaptors.MethodDefinition;
33 import org.jf.baksmali.baksmaliOptions;
34 import org.jf.dexlib2.Opcode;
35 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
36 import org.jf.util.IndentingWriter;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction20bc.java32 package org.jf.dexlib2.dexbacked.instruction;
34 import org.jf.dexlib2.Opcode;
35 import org.jf.dexlib2.ReferenceType;
36 import org.jf.dexlib2.dexbacked.DexBackedDexFile;
37 import org.jf.dexlib2.dexbacked.reference.DexBackedReference;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
39 import org.jf.dexlib2.iface.reference.Reference;
DDexBackedInstruction22c.java32 package org.jf.dexlib2.dexbacked.instruction;
34 import org.jf.dexlib2.Opcode;
35 import org.jf.dexlib2.dexbacked.DexBackedDexFile;
36 import org.jf.dexlib2.dexbacked.reference.DexBackedReference;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction22c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.util.NibbleUtils;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java32 package org.jf.dexlib2.immutable;
35 import org.jf.dexlib2.iface.ExceptionHandler;
36 import org.jf.dexlib2.iface.MethodImplementation;
37 import org.jf.dexlib2.iface.TryBlock;
38 import org.jf.dexlib2.iface.debug.DebugItem;
39 import org.jf.dexlib2.iface.instruction.Instruction;
40 import org.jf.dexlib2.immutable.debug.ImmutableDebugItem;
41 import org.jf.dexlib2.immutable.instruction.ImmutableInstruction;
42 import org.jf.util.ImmutableUtils;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java32 package org.jf.dexlib2.dexbacked;
35 import org.jf.dexlib2.dexbacked.instruction.DexBackedInstruction;
36 import org.jf.dexlib2.dexbacked.raw.CodeItem;
37 import org.jf.dexlib2.dexbacked.util.DebugInfo;
38 import org.jf.dexlib2.dexbacked.util.FixedSizeList;
39 import org.jf.dexlib2.dexbacked.util.VariableSizeLookaheadIterator;
40 import org.jf.dexlib2.iface.MethodImplementation;
41 import org.jf.dexlib2.iface.debug.DebugItem;
42 import org.jf.dexlib2.iface.instruction.Instruction;
43 import org.jf.util.AlignmentUtils;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DFieldDefinition.java29 package org.jf.baksmali.Adaptors;
31 import org.jf.baksmali.Adaptors.EncodedValue.EncodedValueAdaptor;
32 import org.jf.dexlib2.AccessFlags;
33 import org.jf.dexlib2.iface.Annotation;
34 import org.jf.dexlib2.iface.Field;
35 import org.jf.dexlib2.iface.value.EncodedValue;
36 import org.jf.dexlib2.util.EncodedValueUtils;
37 import org.jf.util.IndentingWriter;

12345678910>>...26