Home | History | Annotate | Download | only in libdex

Lines Matching refs:protoId

127     const DexProtoId* protoId = getProtoId(pProto);
129 return dexStringById(pProto->dexFile, protoId->shortyIdx);
136 const DexProtoId* protoId = getProtoId(pProto);
137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
213 const DexProtoId* protoId = getProtoId(pProto);
214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx);
219 const DexProtoId* protoId = getProtoId(pProto);
221 dexGetProtoParameters(pProto->dexFile, protoId);