Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp897 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
[all …]