Searched refs:protoIdx (Results 1 – 9 of 9) sorted by relevance
/dalvik/libdex/ |
D | DexProto.h | 81 u4 protoIdx; /* index into proto_ids table of dexFile */ member 91 pProto->protoIdx = pMethodId->protoIdx; in dexProtoSetFromMethodId()
|
D | DexDebugInfo.h | 50 u4 protoIdx,
|
D | DexDebugInfo.cpp | 145 u4 protoIdx, in dexDecodeDebugInfo0() argument 152 DexProto proto = { pDexFile, protoIdx }; in dexDecodeDebugInfo0() 316 u4 protoIdx, in dexDecodeDebugInfo() argument 327 dexDecodeDebugInfo0(pDexFile, pCode, classDescriptor, protoIdx, accessFlags, in dexDecodeDebugInfo()
|
D | DexProto.cpp | 122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx); in getProtoId()
|
D | DexSwapVerify.cpp | 687 u4 protoIdx = item - state->pDexFile->pProtoIds; in crossVerifyProtoIdItem() local 688 DexProto proto = { state->pDexFile, protoIdx }; in crossVerifyProtoIdItem() 726 DexProto proto0 = { state->pDexFile, protoIdx - 1 }; in crossVerifyProtoIdItem() 841 SWAP_INDEX2(item->protoIdx, state->pHeader->protoIdsSize); in swapMethodIdItem() 887 if (item0->protoIdx >= item->protoIdx) { in crossVerifyMethodIdItem()
|
D | DexFile.h | 288 u2 protoIdx; /* index into protoIds for method prototype */ member
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
D | DexData.java | 253 mMethodIds[i].protoIdx = readShort() & 0xffff; in loadMethodIds() 414 argArrayFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences() 415 returnTypeFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences() 589 public int protoIdx; // index into proto_ids field in DexData.MethodIdItem
|
/dalvik/dexlist/ |
D | DexList.cpp | 128 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpMethod()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 626 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions() 652 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals()
|