Searched defs:dx (Results 326 - 350 of 387) sorted by relevance

<<111213141516

/dalvik/dx/src/com/android/dx/dex/file/
H A DSection.java17 package com.android.dx.dex.file;
19 import com.android.dx.util.AnnotatedOutput;
H A DValueEncoder.java17 package com.android.dx.dex.file;
19 import com.android.dx.rop.annotation.Annotation;
20 import com.android.dx.rop.annotation.NameValuePair;
21 import com.android.dx.rop.cst.Constant;
22 import com.android.dx.rop.cst.CstAnnotation;
23 import com.android.dx.rop.cst.CstArray;
24 import com.android.dx.rop.cst.CstBoolean;
25 import com.android.dx.rop.cst.CstByte;
26 import com.android.dx.rop.cst.CstChar;
27 import com.android.dx
[all...]
/dalvik/dx/src/com/android/dx/io/
H A DCode.java17 package com.android.dx.io;
/dalvik/dx/src/com/android/dx/rop/code/
H A DBasicBlock.java17 package com.android.dx.rop.code;
19 import com.android.dx.rop.type.TypeList;
20 import com.android.dx.util.Hex;
21 import com.android.dx.util.IntList;
22 import com.android.dx.util.LabeledItem;
H A DBasicBlockList.java17 package com.android.dx.rop.code;
19 import com.android.dx.rop.type.StdTypeList;
20 import com.android.dx.rop.type.TypeList;
21 import com.android.dx.util.Hex;
22 import com.android.dx.util.IntList;
23 import com.android.dx.util.LabeledList;
H A DRegisterSpecList.java17 package com.android.dx.rop.code;
19 import com.android.dx.rop.type.Type;
20 import com.android.dx.rop.type.TypeList;
21 import com.android.dx.util.FixedSizeList;
H A DRegisterSpecSet.java17 package com.android.dx.rop.code;
19 import com.android.dx.util.MutabilityControl;
H A DRop.java17 package com.android.dx.rop.code;
19 import com.android.dx.rop.type.StdTypeList;
20 import com.android.dx.rop.type.Type;
21 import com.android.dx.rop.type.TypeList;
22 import com.android.dx.util.Hex;
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstString.java17 package com.android.dx.rop.cst;
19 import com.android.dx.rop.type.Type;
20 import com.android.dx.util.ByteArray;
21 import com.android.dx.util.Hex;
/dalvik/dx/src/com/android/dx/rop/type/
H A DPrototype.java17 package com.android.dx.rop.type;
/dalvik/dx/src/com/android/dx/ssa/
H A DDominators.java17 package com.android.dx.ssa;
H A DNormalSsaInsn.java17 package com.android.dx.ssa;
19 import com.android.dx.rop.code.*;
H A DOptimizer.java17 package com.android.dx.ssa;
19 import com.android.dx.rop.code.RopMethod;
20 import com.android.dx.rop.code.TranslationAdvice;
21 import com.android.dx.ssa.back.LivenessAnalyzer;
22 import com.android.dx.ssa.back.SsaToRop;
H A DSsaInsn.java17 package com.android.dx.ssa;
19 import com.android.dx.rop.code.*;
20 import com.android.dx.util.ToHuman;
70 * Like {@link com.android.dx.rop.code.Insn getResult()}.
92 * Like {@link com.android.dx.rop.code.Insn getSources()}.
192 * @see com.android.dx.rop.code.Insn#getLocalAssignment()
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java17 package com.android.dx.util;
/dalvik/dx/src/com/android/dx/cf/code/
H A DBaseMachine.java17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.LocalItem;
21 import com.android.dx.rop.cst.Constant;
22 import com.android.dx.rop.type.Prototype;
23 import com.android.dx.rop.type.StdTypeList;
24 import com.android.dx.rop.type.Type;
25 import com.android.dx.rop.type.TypeBearer;
H A DBasicBlocker.java17 package com.android.dx.cf.code;
19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstMemberRef;
21 import com.android.dx.rop.cst.CstType;
22 import com.android.dx.rop.cst.CstString;
23 import com.android.dx.rop.type.Type;
24 import com.android.dx.util.Bits;
25 import com.android.dx.util.IntList;
H A DBytecodeArray.java17 package com.android.dx.cf.code;
19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.ConstantPool;
21 import com.android.dx.rop.cst.CstDouble;
22 import com.android.dx.rop.cst.CstFloat;
23 import com.android.dx.rop.cst.CstInteger;
24 import com.android.dx.rop.cst.CstKnownNull;
25 import com.android.dx.rop.cst.CstLiteralBits;
26 import com.android.dx.rop.cst.CstLong;
27 import com.android.dx
[all...]
H A DRopperMachine.java17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.FillArrayDataInsn;
20 import com.android.dx.rop.code.Insn;
21 import com.android.dx.rop.code.PlainCstInsn;
22 import com.android.dx.rop.code.PlainInsn;
23 import com.android.dx.rop.code.RegOps;
24 import com.android.dx.rop.code.RegisterSpec;
25 import com.android.dx.rop.code.RegisterSpecList;
26 import com.android.dx.rop.code.Rop;
27 import com.android.dx
[all...]
H A DSimulator.java17 package com.android.dx.cf.code;
19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstFieldRef;
21 import com.android.dx.rop.cst.CstInteger;
22 import com.android.dx.rop.cst.CstInterfaceMethodRef;
23 import com.android.dx.rop.cst.CstMethodRef;
24 import com.android.dx.rop.cst.CstType;
25 import com.android.dx.rop.type.Prototype;
26 import com.android.dx.rop.type.Type;
27 import com.android.dx
[all...]
/dalvik/dx/src/com/android/dx/cf/direct/
H A DDirectClassFile.java17 package com.android.dx.cf.direct;
19 import com.android.dx.cf.attrib.AttSourceFile;
20 import com.android.dx.cf.cst.ConstantPoolParser;
21 import com.android.dx.cf.iface.Attribute;
22 import com.android.dx.cf.iface.AttributeList;
23 import com.android.dx.cf.iface.ClassFile;
24 import com.android.dx.cf.iface.FieldList;
25 import com.android.dx.cf.iface.MethodList;
26 import com.android.dx.cf.iface.ParseException;
27 import com.android.dx
[all...]
/dalvik/dx/src/com/android/dx/command/dump/
H A DBaseDumper.java17 package com.android.dx.command.dump;
19 import com.android.dx.cf.code.ConcreteMethod;
20 import com.android.dx.cf.iface.Member;
21 import com.android.dx.cf.iface.ParseObserver;
22 import com.android.dx.rop.code.AccessFlags;
23 import com.android.dx.util.ByteArray;
24 import com.android.dx.util.Hex;
25 import com.android.dx.util.IndentingWriter;
26 import com.android.dx.util.TwoColumnOutput;
/dalvik/dx/src/com/android/dx/dex/
H A DTableOfContents.java17 package com.android.dx.dex;
19 import com.android.dx.io.DexBuffer;
20 import com.android.dx.util.DexException;
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
22 import com.android.dx.util.AnnotatedOutput;
23 import com.android.dx.util.Hex;
24 import com.android.dx.util.TwoColumnOutput;
H A DInsnFormat.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.cst.Constant;
22 import com.android.dx.rop.cst.CstInteger;
23 import com.android.dx.rop.cst.CstKnownNull;
24 import com.android.dx.rop.cst.CstLiteral64;
25 import com.android.dx.rop.cst.CstLiteralBits;
26 import com.android.dx.rop.cst.CstString;
27 import com.android.dx
[all...]

Completed in 285 milliseconds

<<111213141516