Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 87) sorted by relevance

1234

/dalvik/dx/src/com/android/dx/cf/code/
DLocalsArray.java86 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()
DBytecodeArray.java319 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
327 int idx = bytes.getUnsignedShort(offset + 1); in parseInstruction() local
335 int idx = bytes.getUnsignedShort(offset + 1); in parseInstruction() local
341 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
347 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
353 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
359 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
365 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
374 int idx = opcode - ByteOps.ILOAD_0; in parseInstruction() local
383 int idx = opcode - ByteOps.LLOAD_0; in parseInstruction() local
[all …]
DOneLocalsArray.java106 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()
DLocalsArraySet.java196 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()
DByteBlockList.java56 int idx = indexOfLabel(label); in labelToBlock() local
DExecutionStack.java85 String idx = (i == limit) ? "top0" : Hex.u2(limit - i); in annotate() local
284 int idx = stackPtr - n - 1; in change() local
DMachine.java113 public void localArg(Frame frame, int idx); in localArg()
204 public void localTarget(int idx, Type type, LocalItem local); in localTarget()
/dalvik/dexgen/src/com/android/dexgen/util/
DBits.java58 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/dx/src/com/android/dx/util/
DBits.java58 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/analysis/
DDexVerify.cpp143 u4 idx; in scanTryCatchBlocks() local
400 static bool checkNewInstance(const DvmDex* pDvmDex, u4 idx) in checkNewInstance()
425 static bool checkNewArray(const DvmDex* pDvmDex, u4 idx) in checkNewArray()
461 static bool checkTypeIndex(const DvmDex* pDvmDex, u4 idx) in checkTypeIndex()
475 static bool checkFieldIndex(const DvmDex* pDvmDex, u4 idx) in checkFieldIndex()
489 static bool checkMethodIndex(const DvmDex* pDvmDex, u4 idx) in checkMethodIndex()
502 static bool checkStringIndex(const DvmDex* pDvmDex, u4 idx) in checkStringIndex()
515 static bool checkRegisterIndex(const Method* meth, u4 idx) in checkRegisterIndex()
528 static bool checkWideRegisterIndex(const Method* meth, u4 idx) in checkWideRegisterIndex()
553 unsigned int idx; in checkVarargRegs() local
DLiveness.cpp48 for (u4 idx = 0; idx < vdata->insnsSize; ) { in createBackwardWidthTable() local
121 for (u4 idx = 0; idx < vdata->insnsSize; idx++) { in dvmComputeLiveness() local
423 unsigned int idx; in processInstruction() local
438 unsigned int idx; in processInstruction() local
755 unsigned int idx; in markLocalsCb() local
807 unsigned int idx; in dumpLiveState() local
DVfyBasicBlock.cpp40 unsigned int idx = 0; in extractCatchHandlers() local
72 static VfyBasicBlock* allocVfyBasicBlock(VerifierData* vdata, u4 idx) in allocVfyBasicBlock()
245 unsigned int idx; in dumpBasicBlocks() local
307 u4 idx, blockStartAddr; in dvmComputeVfyBasicBlocks() local
536 unsigned int idx; in dvmFreeVfyBasicBlocks() local
/dalvik/vm/
DBitVector.cpp153 unsigned int idx; in dvmSetInitialBits() local
238 unsigned int idx; in dvmIntersectBitVectors() local
257 unsigned int idx; in dvmUnifyBitVectors() local
273 unsigned int idx; in dvmCompareBitVectors() local
322 unsigned int idx; in dvmCheckMergeBitVectors() local
DPointerSet.h76 int idx; in dvmPointerSetFind() local
DBitVector.h38 u4 idx; member
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMemberIdsSection.java37 int idx = 0; in orderItems() local
DClassDefsSection.java133 int idx = 0; in orderItems() local
158 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
DTypeIdItem.java63 int idx = file.getStringIds().indexOf(descriptor); in writeTo() local
/dalvik/dx/src/com/android/dx/dex/file/
DClassDefsSection.java133 int idx = 0; in orderItems() local
158 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
DMemberIdsSection.java46 int idx = 0; in orderItems() local
DTypeIdItem.java61 int idx = file.getStringIds().indexOf(descriptor); in writeTo() local
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java322 private String classNameFromTypeIndex(int idx) { in classNameFromTypeIndex()
330 private String[] argArrayFromProtoIndex(int idx) { in argArrayFromProtoIndex()
345 private String returnTypeFromProtoIndex(int idx) { in returnTypeFromProtoIndex()
376 int idx = 0; in getExternalReferences() local
507 int idx; in readString() local
/dalvik/libdex/
DDexProto.cpp143 u4 idx = dexTypeListGetIdx(typeList, i); in dexProtoGetMethodDescriptor() local
155 u4 idx = dexTypeListGetIdx(typeList, i); in dexProtoGetMethodDescriptor() local
504 u4 idx = dexTypeListGetIdx(pIterator->parameters, cursor); in dexParameterIteratorNextIndex() local
516 u4 idx = dexParameterIteratorNextIndex(pIterator); in dexParameterIteratorNextDescriptor() local
/dalvik/vm/compiler/
DSSATransformation.cpp80 int idx = dvmBitVectorIteratorNext(&iterator); in fillDefBlockMatrix() local
373 unsigned int idx; in computeSuccLiveIn() local
454 int idx = dvmBitVectorIteratorNext(&iterator); in insertPhiNodes() local
482 int idx = dvmBitVectorIteratorNext(&iterator); in insertPhiNodes() local
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DStdConstantPool.java135 private static Constant throwInvalid(int idx) { in throwInvalid()

1234