Home
last modified time | relevance | path

Searched defs:pDexFile (Results 1 – 19 of 19) sorted by relevance

/dalvik/vm/
DDvmDex.c38 static DvmDex* allocateAuxStructures(DexFile* pDexFile) in allocateAuxStructures()
118 DexFile* pDexFile; in dvmDexFileOpenFromFd() local
170 DexFile* pDexFile; in dvmDexFileOpenPartial() local
DDvmDex.h38 DexFile* pDexFile; member
DDebugger.c2885 const DexFile *pDexFile = method->clazz->pDvmDex->pDexFile; in dvmAddressSetForLine() local
/dalvik/dexdump/
DDexDump.c362 void dumpFileHeader(const DexFile* pDexFile) in dumpFileHeader()
402 void dumpClassDef(DexFile* pDexFile, int idx) in dumpClassDef()
443 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
461 void dumpCatches(DexFile* pDexFile, const DexCode* pCode) in dumpCatches()
511 void dumpPositions(DexFile* pDexFile, const DexCode* pCode, in dumpPositions()
536 void dumpLocals(DexFile* pDexFile, const DexCode* pCode, in dumpLocals()
553 bool getMethodInfo(DexFile* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo) in getMethodInfo()
572 bool getFieldInfo(DexFile* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo) in getFieldInfo()
591 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx) in getClassDescriptor()
599 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx, in dumpInstruction()
[all …]
/dalvik/libdex/
DDexFile.h590 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap()
601 DEX_INLINE const char* dexGetStringData(const DexFile* pDexFile, in dexGetStringData()
611 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) { in dexGetStringId()
616 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { in dexStringById()
627 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) { in dexGetTypeId()
636 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) { in dexStringByTypeIdx()
642 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) { in dexGetMethodId()
648 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx) { in dexGetFieldId()
654 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) { in dexGetProtoId()
664 const DexFile *pDexFile, const DexProtoId* pProtoId) { in dexGetProtoParameters()
[all …]
DDexFile.c283 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx, in dexStringAndSizeById()
355 static void classLookupAdd(DexFile* pDexFile, DexClassLookup* pLookup, in classLookupAdd()
407 DexClassLookup* dexCreateClassLookup(DexFile* pDexFile) in dexCreateClassLookup()
465 void dexFileSetupBasicPointers(DexFile* pDexFile, const u1* data) { in dexFileSetupBasicPointers()
527 static bool parseIndexMap(DexFile* pDexFile, const u1* data, u4 size, in parseIndexMap()
610 static bool parseAuxData(const u1* data, DexFile* pDexFile) in parseAuxData()
694 DexFile* pDexFile = NULL; in dexFileParse() local
828 void dexFileFree(DexFile* pDexFile) in dexFileFree()
841 const DexClassDef* dexFindClass(const DexFile* pDexFile, in dexFindClass()
990 static const char* readStringIdx(const DexFile* pDexFile, in readStringIdx()
[all …]
DDexProto.h82 const DexFile* pDexFile, const DexMethodId* pMethodId) in dexProtoSetFromMethodId()
117 DEX_INLINE const char* dexGetDescriptorFromMethodId(const DexFile* pDexFile, in dexGetDescriptorFromMethodId()
131 DEX_INLINE char* dexCopyDescriptorFromMethodId(const DexFile* pDexFile, in dexCopyDescriptorFromMethodId()
DDexClass.h109 DEX_INLINE const DexCode* dexGetCode(const DexFile* pDexFile, in dexGetCode()
DDexSwapVerify.c76 const DexFile* pDexFile; // set after intraitem verification member
/dalvik/vm/reflect/
DAnnotation.c148 static const DexAnnotationsDirectoryItem* getAnnoDirectory(DexFile* pDexFile, in getAnnoDirectory()
293 DexFile* pDexFile; in resolveAmbiguousMethod() local
489 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in processAnnotationValue() local
701 const DexFile* pDexFile = clazz->pDvmDex->pDexFile; in createAnnotationMember() local
795 const DexFile* pDexFile = clazz->pDvmDex->pDexFile; in processEncodedAnnotation() local
888 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in processAnnotationSet() local
1014 const DexFile* pDexFile = clazz->pDvmDex->pDexFile; in skipEncodedAnnotation() local
1042 static int compareClassDescriptor(DexFile* pDexFile, u4 typeIdx, in compareClassDescriptor()
1065 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in searchAnnotationSet() local
1098 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in searchEncodedAnnotation() local
[all …]
/dalvik/dexlist/
DDexList.c82 void dumpMethod(DexFile* pDexFile, const char* fileName, in dumpMethod()
135 void dumpClass(DexFile* pDexFile, int idx) in dumpClass()
182 DexFile* pDexFile = NULL; in process() local
/dalvik/vm/analysis/
DReduceConstants.c272 static ScanResults* allocScanResults(const DexFile* pDexFile) in allocScanResults()
306 static void forAllMethodsInClass(DexFile* pDexFile, const u1** ppEncodedData, in forAllMethodsInClass()
360 static void forAllMethods(DexFile* pDexFile, AllMethodsFunc func, void* arg) in forAllMethods()
619 static void markUsedConstants(DexFile* pDexFile, const char* classDescriptor, in markUsedConstants()
647 static void updateUsedConstants(DexFile* pDexFile, const char* classDescriptor, in updateUsedConstants()
684 DexFile* pDexFile = pDvmDex->pDexFile; in summarizeResults() local
962 static IndexMapSet* createIndexMapSet(const DexFile* pDexFile, in createIndexMapSet()
DVerifySubs.c116 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in dvmSetTryFlags() local
DDexVerify.c66 bool dvmVerifyAllClasses(DexFile* pDexFile) in dvmVerifyAllClasses()
DCodeVerify.c1041 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in verifyInvocationArgs() local
2553 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in getStaticField() local
2701 DexFile* pDexFile; in getCaughtExceptionType() local
3468 const DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in verifyInstruction() local
5605 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in verifyInstruction() local
DRegisterMap.c703 DexFile* pDexFile = pDvmDex->pDexFile; in writeMapsAllClasses() local
840 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx, in dvmRegisterMapGetClassData()
DDexOptimize.c1439 static void optimizeLoadedClasses(DexFile* pDexFile) in optimizeLoadedClasses()
/dalvik/vm/oo/
DClass.c1651 const DexFile* pDexFile; in loadClassFromDex0() local
1872 const DexFile* pDexFile; in loadClassFromDex() local
2068 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in loadMethodFromDex() local
2242 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in loadSFieldFromDex() local
2270 DexFile* pDexFile = clazz->pDvmDex->pDexFile; in loadIFieldFromDex() local
2611 const DexFile* pDexFile = clazz->pDvmDex->pDexFile; in dvmLinkClass() local
3786 DexFile* pDexFile; in initSFields() local
/dalvik/vm/native/
Ddalvik_system_DexFile.c337 DexFile* pDexFile; in Dalvik_dalvik_system_DexFile_getClassNameList() local