Searched refs:protoInfo (Results 1 – 1 of 1) sorted by relevance
897 ProtoInfo protoInfo; in indexString() local898 protoInfo.parameterTypes = NULL; in indexString()900 getProtoInfo(pDexFile, secondaryIndex, &protoInfo)) { in indexString()903 protoInfo.parameterTypes, protoInfo.returnType, in indexString()909 free(protoInfo.parameterTypes); in indexString()920 ProtoInfo protoInfo; in indexString() local921 if (getProtoInfo(pDexFile, index, &protoInfo)) { in indexString()923 protoInfo.parameterTypes, protoInfo.returnType, in indexString()930 free(protoInfo.parameterTypes); in indexString()2047 ProtoInfo protoInfo; in dumpCallSites() local[all …]