Lines Matching refs:dexFile
122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx); in getProtoId()
129 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
135 const DexFile* dexFile = pProto->dexFile; in dexProtoGetMethodDescriptor() local
137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId); in dexProtoGetMethodDescriptor()
144 length += strlen(dexStringByTypeIdx(dexFile, idx)); in dexProtoGetMethodDescriptor()
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor()
156 const char* desc = dexStringByTypeIdx(dexFile, idx); in dexProtoGetMethodDescriptor()
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor()
214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx); in dexProtoGetReturnType()
221 dexGetProtoParameters(pProto->dexFile, protoId); in dexProtoGetParameterCount()
261 const DexFile* dexFile1 = pProto1->dexFile; in protoCompare()
267 const DexFile* dexFile2 = pProto2->dexFile; in protoCompare()
487 dexGetProtoParameters(pProto->dexFile, getProtoId(pProto)); in dexParameterIteratorInit()
522 return dexStringByTypeIdx(pIterator->proto->dexFile, idx); in dexParameterIteratorNextDescriptor()