Lines Matching refs:protoInfo
897 ProtoInfo protoInfo; in indexString() local
898 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() local
921 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
2048 memset(&protoInfo, 0, sizeof(protoInfo)); in dumpCallSites()
2049 getProtoInfo(pDexFile, idx, &protoInfo); in dumpCallSites()
2051 protoInfo.parameterTypes, protoInfo.returnType); in dumpCallSites()
2052 free(protoInfo.parameterTypes); in dumpCallSites()