/dalvik/dx/src/com/android/dx/cf/code/ |
D | LocalsArray.java | 86 public abstract void set(int idx, TypeBearer type); in set() 103 public abstract void invalidate(int idx); in invalidate() 112 public abstract TypeBearer getOrNull(int idx); in getOrNull() 124 public abstract TypeBearer get(int idx); in get() 137 public abstract TypeBearer getCategory1(int idx); in getCategory1() 149 public abstract TypeBearer getCategory2(int idx); in getCategory2()
|
D | BytecodeArray.java | 314 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local 322 int idx = bytes.getUnsignedShort(offset + 1); in parseInstruction() local 330 int idx = bytes.getUnsignedShort(offset + 1); in parseInstruction() local 336 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local 342 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local 348 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local 354 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local 360 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local 369 int idx = opcode - ByteOps.ILOAD_0; in parseInstruction() local 378 int idx = opcode - ByteOps.LLOAD_0; in parseInstruction() local [all …]
|
D | OneLocalsArray.java | 106 public void set(int idx, TypeBearer type) { in set() 141 public void invalidate(int idx) { in invalidate() 147 public TypeBearer getOrNull(int idx) { in getOrNull() 152 public TypeBearer get(int idx) { in get() 163 public TypeBearer getCategory1(int idx) { in getCategory1() 179 public TypeBearer getCategory2(int idx) { in getCategory2() 243 private static TypeBearer throwSimException(int idx, String msg) { in throwSimException()
|
D | LocalsArraySet.java | 196 public void set(int idx, TypeBearer type) { in set() 216 public void invalidate(int idx) { in invalidate() 230 public TypeBearer getOrNull(int idx) { in getOrNull() 236 public TypeBearer get(int idx) { in get() 242 public TypeBearer getCategory1(int idx) { in getCategory1() 248 public TypeBearer getCategory2(int idx) { in getCategory2()
|
D | ExecutionStack.java | 78 String idx = (i == limit) ? "top0" : Hex.u2(limit - i); in annotate() local 246 int idx = stackPtr - n - 1; in change() local
|
D | ByteBlockList.java | 56 int idx = indexOfLabel(label); in labelToBlock() local
|
D | Machine.java | 113 public void localArg(Frame frame, int idx); in localArg() 196 public void localTarget(int idx, Type type, LocalItem local); in localTarget()
|
/dalvik/dx/src/com/android/dx/util/ |
D | Bits.java | 58 public static boolean get(int[] bits, int idx) { in get() 71 public static void set(int[] bits, int idx, boolean value) { in set() 88 public static void set(int[] bits, int idx) { in set() 100 public static void clear(int[] bits, int idx) { in clear() 153 int idx = findFirst(bits, start); in anyInRange() local 166 public static int findFirst(int[] bits, int idx) { in findFirst() 193 public static int findFirst(int value, int idx) { in findFirst()
|
/dalvik/vm/ |
D | PointerSet.h | 77 int idx; in dvmPointerSetFind() local
|
D | IndirectRefTable.c | 97 static bool checkEntry(IndirectRefTable* pRef, IndirectRef iref, int idx) in checkEntry() 229 int idx = dvmIndirectRefToIndex(iref); in dvmGetFromIndirectRefTableCheck() local 278 int idx = dvmIndirectRefToIndex(iref); in dvmRemoveFromIndirectRefTable() local
|
D | AllocTracker.c | 325 int idx = headIndex(); in populateStringTables() local 377 int idx = headIndex(); in generateBaseOutput() local 610 int idx = headIndex(); in dvmDumpTrackedAllocations() local
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | MemberIdsSection.java | 37 int idx = 0; in orderItems() local
|
D | ClassDefsSection.java | 133 int idx = 0; in orderItems() local 158 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
|
D | TypeIdItem.java | 63 int idx = file.getStringIds().indexOf(descriptor); in writeTo() local
|
D | ProtoIdsSection.java | 133 int idx = 0; in orderItems() local
|
D | TypeListItem.java | 101 int idx = typeIds.indexOf(one); in writeTo0() local
|
/dalvik/vm/analysis/ |
D | DexVerify.c | 303 u4 idx; in checkNewInstance() local 333 u4 idx; in checkNewArray() local 373 u4 idx; in checkTypeIndex() local 397 u4 idx; in checkFieldIndex() local
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
D | DexData.java | 315 private String classNameFromTypeIndex(int idx) { in classNameFromTypeIndex() 323 private String[] argArrayFromProtoIndex(int idx) { in argArrayFromProtoIndex() 338 private String returnTypeFromProtoIndex(int idx) { in returnTypeFromProtoIndex() 369 int idx = 0; in getExternalReferences() local 500 int idx; in readString() local
|
D | Main.java | 162 int idx; in parseArgs() local
|
/dalvik/vm/native/ |
D | java_security_AccessController.c | 76 int idx, subIdx = 0; in Dalvik_java_security_AccessController_getStackDomains() local
|
/dalvik/libdex/ |
D | DexProto.c | 148 u4 idx = dexTypeListGetIdx(typeList, i); in dexProtoGetMethodDescriptor() local 160 u4 idx = dexTypeListGetIdx(typeList, i); in dexProtoGetMethodDescriptor() local 514 u4 idx = dexTypeListGetIdx(pIterator->parameters, cursor); in dexParameterIteratorNextIndex() local 526 u4 idx = dexParameterIteratorNextIndex(pIterator); in dexParameterIteratorNextDescriptor() local
|
D | DexFile.h | 597 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) { in dexGetStringId() 602 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { in dexStringById() 613 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) { in dexGetTypeId() 622 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) { in dexStringByTypeIdx() 628 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) { in dexGetMethodId() 634 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx) { in dexGetFieldId() 640 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) { in dexGetProtoId() 659 DEX_INLINE const DexClassDef* dexGetClassDef(const DexFile* pDexFile, u4 idx) { in dexGetClassDef() 684 u4 idx) in dexGetTypeItem() 690 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx) { in dexTypeListGetIdx() [all …]
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | StdConstantPool.java | 135 private static Constant throwInvalid(int idx) { in throwInvalid()
|
D | CstInteger.java | 64 int idx = (value & 0x7fffffff) % cache.length; in make() local
|
/dalvik/vm/mterp/c/ |
D | header.c | 158 static inline s8 getLongFromArray(const u4* ptr, int idx) in getLongFromArray() 177 static inline void putLongToArray(u4* ptr, int idx, s8 val) in putLongToArray() 194 static inline double getDoubleFromArray(const u4* ptr, int idx) in getDoubleFromArray() 213 static inline void putDoubleToArray(u4* ptr, int idx, double dval) in putDoubleToArray()
|