Searched defs:dexFile (Results 1 - 4 of 4) sorted by relevance

/dalvik/libdex/
H A DDexProto.h80 const DexFile* dexFile; /* file the idx refers to */ member in struct:DexProto
81 u4 protoIdx; /* index into proto_ids table of dexFile */
90 pProto->dexFile = pDexFile;
H A DDexProto.cpp122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx);
129 return dexStringById(pProto->dexFile, protoId->shortyIdx);
135 const DexFile* dexFile = pProto->dexFile; local
137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
144 length += strlen(dexStringByTypeIdx(dexFile, idx));
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
156 const char* desc = dexStringByTypeIdx(dexFile, idx);
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
214 return dexStringByTypeIdx(pProto->dexFile, protoI
[all...]
H A DDexSwapVerify.cpp2920 DexFile dexFile; local
2926 dexFileSetupBasicPointers(&dexFile, addr);
2927 state.pDexFile = &dexFile;
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java92 CfOptions cfOptions, DexOptions dexOptions, DexFile dexFile) {
94 return translate0(cf, bytes, cfOptions, dexOptions, dexFile);
114 CfOptions cfOptions, DexOptions dexOptions, DexFile dexFile) {
135 FieldIdsSection fieldIdsSection = dexFile.getFieldIds();
136 MethodIdsSection methodIdsSection = dexFile.getMethodIds();
137 TypeIdsSection typeIdsSection = dexFile.getTypeIds();
91 translate(DirectClassFile cf, byte[] bytes, CfOptions cfOptions, DexOptions dexOptions, DexFile dexFile) argument
113 translate0(DirectClassFile cf, byte[] bytes, CfOptions cfOptions, DexOptions dexOptions, DexFile dexFile) argument

Completed in 225 milliseconds