Lines Matching refs:dexFile
122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx); in getProtoId()
132 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
140 const DexFile* dexFile = pProto->dexFile; in dexProtoGetMethodDescriptor() local
142 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId); in dexProtoGetMethodDescriptor()
149 length += strlen(dexStringByTypeIdx(dexFile, idx)); in dexProtoGetMethodDescriptor()
152 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor()
161 const char* desc = dexStringByTypeIdx(dexFile, idx); in dexProtoGetMethodDescriptor()
168 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor()
228 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx); in dexProtoGetReturnType()
237 dexGetProtoParameters(pProto->dexFile, protoId); in dexProtoGetParameterCount()
282 const DexFile* dexFile1 = pProto1->dexFile; in protoCompare()
288 const DexFile* dexFile2 = pProto2->dexFile; in protoCompare()
497 dexGetProtoParameters(pProto->dexFile, getProtoId(pProto)); in dexParameterIteratorInit()
532 return dexStringByTypeIdx(pIterator->proto->dexFile, idx); in dexParameterIteratorNextDescriptor()