Home
last modified time | relevance | path

Searched refs:protoIdx (Results 1 – 9 of 9) sorted by relevance

/dalvik/libdex/
DDexProto.h81 u4 protoIdx; /* index into proto_ids table of dexFile */ member
91 pProto->protoIdx = pMethodId->protoIdx; in dexProtoSetFromMethodId()
DDexDebugInfo.h50 u4 protoIdx,
DDexDebugInfo.cpp145 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()
DDexProto.cpp122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx); in getProtoId()
DDexSwapVerify.cpp687 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()
DDexFile.h288 u2 protoIdx; /* index into protoIds for method prototype */ member
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java253 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/
DDexList.cpp128 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpMethod()
/dalvik/dexdump/
DDexDump.cpp626 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions()
652 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals()