HomeSort by relevance Sort by last modified time
    Searched defs:protoIdx (Results 1 - 4 of 4) sorted by null

  /dalvik/libdex/
DexProto.h 70 * Method prototype structure, which refers to a protoIdx in a
75 u4 protoIdx; /* index into proto_ids table of dexFile */
85 pProto->protoIdx = pMethodId->protoIdx;
90 * prototype must be protoIdx-based.
DexSwapVerify.c 686 u4 protoIdx = item - state->pDexFile->pProtoIds;
687 DexProto proto = { state->pDexFile, protoIdx };
725 DexProto proto0 = { state->pDexFile, protoIdx - 1 };
840 SWAP_INDEX2(item->protoIdx, state->pHeader->protoIdsSize);
886 if (item0->protoIdx >= item->protoIdx) {
    [all...]
DexFile.h 265 u2 protoIdx; /* index into protoIds for method prototype */
780 u4 protoIdx,
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 246 mMethodIds[i].protoIdx = readShort() & 0xffff;
407 argArrayFromProtoIndex(methodId.protoIdx),
408 returnTypeFromProtoIndex(methodId.protoIdx),
580 public int protoIdx; // index into proto_ids

Completed in 2888 milliseconds