Home | History | Annotate | Download | only in dexdump

Lines Matching defs:protoId

702  * Get information about a ProtoId.
710 const DexProtoId* protoId = dexGetProtoId(pDexFile, protoIdx);
713 if (protoId->returnTypeIdx >= pDexFile->pHeader->typeIdsSize) {
716 pProtoInfo->returnType = dexStringByTypeIdx(pDexFile, protoId->returnTypeIdx);
728 const DexTypeList* paramTypes = dexGetProtoParameters(pDexFile, protoId);