Home
last modified time | relevance | path

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

12

/dalvik/dx/src/com/android/dx/cf/code/
DBytecodeArray.java320 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
328 int idx = bytes.getUnsignedShort(offset + 1); in parseInstruction() local
336 int idx = bytes.getUnsignedShort(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
366 int idx = bytes.getUnsignedByte(offset + 1); in parseInstruction() local
375 int idx = opcode - ByteOps.ILOAD_0; in parseInstruction() local
384 int idx = opcode - ByteOps.LLOAD_0; in parseInstruction() local
[all …]
DLocalsArray.java85 public abstract void set(int idx, TypeBearer type); in set()
102 public abstract void invalidate(int idx); in invalidate()
111 public abstract TypeBearer getOrNull(int idx); in getOrNull()
123 public abstract TypeBearer get(int idx); in get()
136 public abstract TypeBearer getCategory1(int idx); in getCategory1()
148 public abstract TypeBearer getCategory2(int idx); in getCategory2()
DOneLocalsArray.java111 public void set(int idx, TypeBearer type) { in set()
148 public void invalidate(int idx) { in invalidate()
155 public TypeBearer getOrNull(int idx) { in getOrNull()
161 public TypeBearer get(int idx) { in get()
173 public TypeBearer getCategory1(int idx) { in getCategory1()
190 public TypeBearer getCategory2(int idx) { in getCategory2()
254 private static TypeBearer throwSimException(int idx, String msg) { in throwSimException()
DLocalsArraySet.java195 public void set(int idx, TypeBearer type) { in set()
215 public void invalidate(int idx) { in invalidate()
229 public TypeBearer getOrNull(int idx) { in getOrNull()
235 public TypeBearer get(int idx) { in get()
241 public TypeBearer getCategory1(int idx) { in getCategory1()
247 public TypeBearer getCategory2(int idx) { in getCategory2()
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()
DRopper.java570 int idx = labelToResultIndex(label); in labelToBlock() local
613 int idx = labelToResultIndex(block.getLabel()); in addOrReplaceBlock() local
652 int idx = labelToResultIndex(block.getLabel()); in addOrReplaceBlockNoDelete() local
677 private void removeBlockAndSpecialSuccessors(int idx) { in removeBlockAndSpecialSuccessors()
1795 int idx = labelToResultIndex(succ); in forEachNonSubBlockDepthFirst0() local
DBaseMachine.java217 public final void localArg(Frame frame, int idx) { in localArg()
276 public final void localTarget(int idx, Type type, LocalItem local) { in localTarget()
DByteBlockList.java55 int idx = indexOfLabel(label); in labelToBlock() local
/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/tools/dexdeps/src/com/android/dexdeps/
DDexData.java332 private String classNameFromTypeIndex(int idx) { in classNameFromTypeIndex()
340 private String[] argArrayFromProtoIndex(int idx) { in argArrayFromProtoIndex()
355 private String returnTypeFromProtoIndex(int idx) { in returnTypeFromProtoIndex()
386 int idx = 0; in getExternalReferences() local
/dalvik/dx/src/com/android/dx/dex/file/
DClassDefsSection.java132 int idx = 0; in orderItems() local
157 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
DMemberIdsSection.java45 int idx = 0; in orderItems() local
DTypeIdItem.java61 int idx = file.getStringIds().indexOf(descriptor); in writeTo() local
DDebugInfoDecoder.java122 int idx = -1; in DebugInfoDecoder() local
507 int idx = entry.nameIndex; in validateEncode0() local
DProtoIdsSection.java148 int idx = 0; in orderItems() local
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefsSection.java133 int idx = 0; in orderItems() local
158 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
DMemberIdsSection.java37 int idx = 0; in orderItems() local
DTypeIdItem.java63 int idx = file.getStringIds().indexOf(descriptor); in writeTo() local
DProtoIdsSection.java133 int idx = 0; in orderItems() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java358 int idx = bytes.getUnsignedShort(offset); in constantValue() local
393 int idx = bytes.getUnsignedShort(offset); in enclosingMethod() local
719 int idx = bytes.getUnsignedShort(offset); in signature() local
758 int idx = bytes.getUnsignedShort(offset); in sourceFile() local
DDirectClassFile.java642 int idx = bytes.getUnsignedShort(offset); in DcfTypeList() local
678 int idx = bytes.getUnsignedShort(n * 2); in getType() local
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DStdConstantPool.java135 private static Constant throwInvalid(int idx) { in throwInvalid()
/dalvik/dx/src/com/android/dx/rop/cst/
DStdConstantPool.java149 private static Constant throwInvalid(int idx) { in throwInvalid()

12