| /dalvik/dexgen/src/com/android/dexgen/rop/code/ | 
| D | Rops.java | 1246     public static Rop opMove(TypeBearer type) {  in opMove()1266     public static Rop opMoveParam(TypeBearer type) {  in opMoveParam()
 1285     public static Rop opMoveException(TypeBearer type) {  in opMoveException()
 1297     public static Rop opMoveResult(TypeBearer type) {  in opMoveResult()
 1309     public static Rop opMoveResultPseudo(TypeBearer type) {  in opMoveResultPseudo()
 1321     public static Rop opConst(TypeBearer type) {  in opConst()
 1647     public static Rop opNeg(TypeBearer type) {  in opNeg()
 1665     public static Rop opNot(TypeBearer type) {  in opNot()
 1681     public static Rop opCmpl(TypeBearer type) {  in opCmpl()
 1698     public static Rop opCmpg(TypeBearer type) {  in opCmpg()
 [all …]
 
 | 
| D | RegisterSpec.java | 47     private final TypeBearer type;  field in RegisterSpec61     private static RegisterSpec intern(int reg, TypeBearer type,  in intern()
 85     public static RegisterSpec make(int reg, TypeBearer type) {  in make()
 100     public static RegisterSpec make(int reg, TypeBearer type,  in make()
 122             int reg, TypeBearer type, LocalItem local) {  in makeLocalOptional()
 146     private RegisterSpec(int reg, TypeBearer type, LocalItem local) {  in RegisterSpec()
 222     private boolean equals(int reg, TypeBearer type, LocalItem local) {  in equals()
 273     private static int hashCodeOf(int reg, TypeBearer type, LocalItem local) {  in hashCodeOf()
 599         private TypeBearer type;  field in RegisterSpec.ForComparison
 617         public void set(int reg, TypeBearer type, LocalItem local) {  in set()
 
 | 
| /dalvik/dx/src/com/android/dx/rop/code/ | 
| D | Rops.java | 1259     public static Rop opMove(TypeBearer type) {  in opMove()1279     public static Rop opMoveParam(TypeBearer type) {  in opMoveParam()
 1298     public static Rop opMoveException(TypeBearer type) {  in opMoveException()
 1310     public static Rop opMoveResult(TypeBearer type) {  in opMoveResult()
 1322     public static Rop opMoveResultPseudo(TypeBearer type) {  in opMoveResultPseudo()
 1334     public static Rop opConst(TypeBearer type) {  in opConst()
 1660     public static Rop opNeg(TypeBearer type) {  in opNeg()
 1678     public static Rop opNot(TypeBearer type) {  in opNot()
 1694     public static Rop opCmpl(TypeBearer type) {  in opCmpl()
 1711     public static Rop opCmpg(TypeBearer type) {  in opCmpg()
 [all …]
 
 | 
| D | RegisterSpec.java | 52     private final TypeBearer type;  field in RegisterSpec69     private static RegisterSpec intern(int reg, TypeBearer type,  in intern()
 94     public static RegisterSpec make(int reg, TypeBearer type) {  in make()
 109     public static RegisterSpec make(int reg, TypeBearer type,  in make()
 131             int reg, TypeBearer type, LocalItem local) {  in makeLocalOptional()
 155     private RegisterSpec(int reg, TypeBearer type, LocalItem local) {  in RegisterSpec()
 236     private boolean equals(int reg, TypeBearer type, LocalItem local) {  in equals()
 291     private static int hashCodeOf(int reg, TypeBearer type, LocalItem local) {  in hashCodeOf()
 635         private TypeBearer type;  field in RegisterSpec.ForComparison
 653         public void set(int reg, TypeBearer type, LocalItem local) {  in set()
 
 | 
| /dalvik/dx/src/com/android/dx/cf/code/ | 
| D | ValueAwareMachine.java | 151                 Type type = ((TypeBearer) getAuxCst()).getType();  in run()  local164                 Type type = ((TypeBearer) getAuxCst()).getType();  in run()  local
 173                 Type type = ((CstCallSiteRef) getAuxCst()).getReturnType();  in run()  local
 182                 Type type = ((CstType) getAuxCst()).getClassType();  in run()  local
 189                 Type type = ((CstType) getAuxCst()).getClassType();  in run()  local
 194                 Type type = ((CstType) getAuxCst()).getClassType();  in run()  local
 
 | 
| D | OneLocalsArray.java | 62             TypeBearer type = locals[i];  in annotate()  local74             TypeBearer type = locals[i];  in toHuman()  local
 84     public void makeInitialized(Type type) {  in makeInitialized()
 111     public void set(int idx, TypeBearer type) {  in set()
 175         Type type = result.getType();  in getCategory1()  local
 
 | 
| D | BytecodeArray.java | 910         CstType type;  in parseNewarray()  local1192                 Type type);  in visitNoArgs()
 1206                 int idx, Type type, int value);  in visitLocal()
 1269         public void visitNewarray(int offset, int length, CstType type,  in visitNewarray()
 1307                 Type type) {  in visitNoArgs()
 1314                 int idx, Type type, int value) {  in visitLocal()
 1341         public void visitNewarray(int offset, int length, CstType type,  in visitNewarray()
 1385                 Type type) {  in visitNoArgs()
 1392                 int idx, Type type, int value) {  in visitLocal()
 1421         public void visitNewarray(int offset, int length, CstType type,  in visitNewarray()
 
 | 
| D | ExecutionStack.java | 98     public void makeInitialized(Type type) {  in makeInitialized()154     public void push(TypeBearer type) {  in push()
 274     public void change(int n, TypeBearer type) {  in change()
 326     private static String stackElementString(TypeBearer type) {  in stackElementString()
 
 | 
| D | Machine.java | 77     public void popArgs(Frame frame, Type type);  in popArgs()133     public void auxType(Type type);  in auxType()
 204     public void localTarget(int idx, Type type, LocalItem local);  in localTarget()
 
 | 
| /dalvik/dx/src/com/android/dx/rop/cst/ | 
| D | CstMethodHandle.java | 44     private final int type;  field in CstMethodHandle57     public static CstMethodHandle make(int type, Constant ref) {  in make()
 78     private CstMethodHandle(int type, Constant ref) {  in CstMethodHandle()
 107     public static boolean isAccessor(int type) {  in isAccessor()
 134     public static boolean isInvocation(int type) {  in isInvocation()
 162     public static String getMethodHandleTypeName(final int type) {  in getMethodHandleTypeName()
 
 | 
| D | CstType.java | 134     private final Type type;  field in CstType173     public static CstType intern(Type type) {  in intern()
 184     public CstType(Type type) {  in CstType()
 
 | 
| /dalvik/dx/src/com/android/dx/dex/file/ | 
| D | TypeIdsSection.java | 64         Type type = ((CstType) cst).getClassType();  in get()  local108     public synchronized TypeIdItem intern(Type type) {  in intern()
 131     public synchronized TypeIdItem intern(CstType type) {  in intern()
 156     public int indexOf(Type type) {  in indexOf()
 179     public int indexOf(CstType type) {  in indexOf()
 
 | 
| D | ClassDefsSection.java | 73         Type type = ((CstType) cst).getClassType();  in get()  local110         Type type;  in add()  local
 157     private int orderItems0(Type type, int idx, int maxDepth) {  in orderItems0()
 
 | 
| D | MapItem.java | 34     private final ItemType type;  field in MapItem86                 ItemType type = item.itemType();  in addMap()  local
 123     private MapItem(ItemType type, Section section, Item firstItem,  in MapItem()
 
 | 
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ | 
| D | TypeIdsSection.java | 63         Type type = ((CstType) cst).getClassType();  in get()  local103     public TypeIdItem intern(Type type) {  in intern()
 126     public TypeIdItem intern(CstType type) {  in intern()
 151     public int indexOf(Type type) {  in indexOf()
 174     public int indexOf(CstType type) {  in indexOf()
 
 | 
| D | ValueEncoder.java | 129         int type = constantToValueType(cst);  in writeConstant()  local314         CstType type = annotation.getType();  in writeAnnotation()  local
 368         int type = constantToValueType(cst);  in constantToHuman()  local
 390     private void writeSignedIntegralValue(int type, long value) {  in writeSignedIntegralValue()
 427     private void writeUnsignedIntegralValue(int type, long value) {  in writeUnsignedIntegralValue()
 458     private void writeRightZeroExtendedValue(int type, long value) {  in writeRightZeroExtendedValue()
 
 | 
| D | ClassDefsSection.java | 74         Type type = ((CstType) cst).getClassType();  in get()  local111         Type type;  in add()  local
 158     private int orderItems0(Type type, int idx, int maxDepth) {  in orderItems0()
 
 | 
| D | MapItem.java | 35     private final ItemType type;  field in MapItem87                 ItemType type = item.itemType();  in addMap()  local
 124     private MapItem(ItemType type, Section section, Item firstItem,  in MapItem()
 
 | 
| /dalvik/dx/src/com/android/dex/ | 
| D | TableOfContents.java | 127             short type = in.readShort();  in readMap()  local165     private Section getSection(short type) {  in getSection()
 220         public final short type;  field in TableOfContents.Section
 225         public Section(int type) {  in Section()
 
 | 
| D | EncodedValueCodec.java | 32     public static void writeSignedIntegralValue(ByteOutput out, int type, long value) {  in writeSignedIntegralValue()64     public static void writeUnsignedIntegralValue(ByteOutput out, int type, long value) {  in writeUnsignedIntegralValue()
 91     public static void writeRightZeroExtendedValue(ByteOutput out, int type, long value) {  in writeRightZeroExtendedValue()
 
 | 
| /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ | 
| D | InvokeCustom.java | 136   public static CallSite bsmLookupStatic(MethodHandles.Lookup caller, String name, MethodType type)  in bsmLookupStatic()145       MethodHandles.Lookup caller, String name, MethodType type, int i, long l, float f, double d)  in bsmLookupStaticWithExtraArgs()
 154       MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh)  in bsmCreateCallSite()
 160   public static CallSite bsmLookupTest9(MethodHandles.Lookup caller, String name, MethodType type,  in bsmLookupTest9()
 
 | 
| /dalvik/dx/src/com/android/dx/rop/type/ | 
| D | StdTypeList.java | 170     public static StdTypeList make(Type type) {  in make()356     public TypeList withAddedType(Type type) {  in withAddedType()
 387     public void set(int n, Type type) {  in set()
 399     public StdTypeList withFirst(Type type) {  in withFirst()
 
 | 
| /dalvik/dexgen/src/com/android/dexgen/rop/type/ | 
| D | StdTypeList.java | 170     public static StdTypeList make(Type type) {  in make()353     public TypeList withAddedType(Type type) {  in withAddedType()
 384     public void set(int n, Type type) {  in set()
 396     public StdTypeList withFirst(Type type) {  in withFirst()
 
 | 
| /dalvik/dx/tests/135-invoke-custom/src/invokecustom/ | 
| D | InvokeCustom.java | 140   public static CallSite bsmLookupStatic(MethodHandles.Lookup caller, String name, MethodType type)  in bsmLookupStatic()149       MethodHandles.Lookup caller, String name, MethodType type, int i, long l, float f, double d)  in bsmLookupStaticWithExtraArgs()
 158       MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh)  in bsmCreateCallSite()
 168   public static CallSite bsmLookupTest9(MethodHandles.Lookup caller, String name, MethodType type,  in bsmLookupTest9()
 
 | 
| /dalvik/dexgen/src/com/android/dexgen/rop/cst/ | 
| D | CstType.java | 86     private final Type type;  field in CstType125     public static CstType intern(Type type) {  in intern()
 152     public CstType(Type type) {  in CstType()
 
 |