Searched refs:methodIdx (Results 1 – 5 of 5) sorted by relevance
22 public int methodIdx; field in MethodAnnotation27 methodIdx = file.readUInt(); in read()33 file.writeUInt(methodIdx); in write()39 if (kind == IndexUpdateKind.METHOD_ID && methodIdx >= insertedIdx) { in incrementIndex()40 methodIdx++; in incrementIndex()
22 public int methodIdx; field in ParameterAnnotation27 methodIdx = file.readUInt(); in read()33 file.writeUInt(methodIdx); in write()39 if (kind == IndexUpdateKind.METHOD_ID && methodIdx >= insertedIdx) { in incrementIndex()40 methodIdx++; in incrementIndex()
98 int methodIdx = 0; in incrementEncodedMethods() local100 methodIdx = method.methodIdxDiff; in incrementEncodedMethods()101 if (methodIdx >= insertedIdx) { in incrementEncodedMethods()
285 int methodIdx = 0; in associateCodeItemsWithMethodNames() local287 methodIdx = associateMethod(method, methodIdx, className); in associateCodeItemsWithMethodNames()290 methodIdx = 0; in associateCodeItemsWithMethodNames()292 methodIdx = associateMethod(method, methodIdx, className); in associateCodeItemsWithMethodNames()304 private int associateMethod(EncodedMethod method, int methodIdx, String className) { in associateMethod() argument307 return methodIdx; in associateMethod()313 methodIdx = methodIdx + method.methodIdxDiff; in associateMethod()316 MethodIdItem methodIdItem = rawDexFile.methodIds.get(methodIdx); in associateMethod()333 return methodIdx; in associateMethod()631 public String getMethodString(int methodIdx) { in getMethodString() argument[all …]
167 int methodIdx = mutatableCode.program.getNewItemCreator() in applyMutation() local171 newInsn.insn.vregB = methodIdx; in applyMutation()