Searched refs:pDexFile (Results 1 - 2 of 2) sorted by relevance

/art/dexlist/
H A Ddexlist.cc94 static void dumpMethod(const DexFile* pDexFile, argument
103 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx);
104 const char* methodName = pDexFile->StringDataByIdx(pMethodId.name_idx_);
105 const char* classDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_);
124 pDexFile->DecodeDebugPositionInfo(pCode, positionsCb, &firstLine);
127 const Signature signature = pDexFile->GetMethodSignature(pMethodId);
142 void dumpClass(const DexFile* pDexFile, u4 idx) { argument
143 const DexFile::ClassDef& pClassDef = pDexFile->GetClassDef(idx);
149 fileName = pDexFile->StringDataByIdx(pClassDef.source_file_idx_);
152 const u1* pEncodedData = pDexFile
195 const DexFile* pDexFile = dex_files[i].get(); local
[all...]
/art/dexdump/
H A Ddexdump.cc354 static void dumpFileHeader(const DexFile* pDexFile) { argument
355 const DexFile::Header& pHeader = pDexFile->GetHeader();
396 static void dumpClassDef(const DexFile* pDexFile, int idx) { argument
398 const DexFile::ClassDef& pClassDef = pDexFile->GetClassDef(idx);
413 const u1* pEncodedData = pDexFile->GetClassData(pClassDef);
415 ClassDataItemIterator pClassData(*pDexFile, pEncodedData);
432 static void dumpInterface(const DexFile* pDexFile, const DexFile::TypeItem& pTypeItem, int i) { argument
433 const char* interfaceName = pDexFile->StringByTypeIdx(pTypeItem.type_idx_);
446 static void dumpCatches(const DexFile* pDexFile, const DexFile::CodeItem* pCode) { argument
458 const DexFile::TryItem* pTry = pDexFile
498 indexString(const DexFile* pDexFile, const Instruction* pDecInsn, char* buf, size_t bufSize) argument
615 dumpInstruction(const DexFile* pDexFile, const DexFile::CodeItem* pCode, u4 codeOffset, u4 insnIdx, u4 insnWidth, const Instruction* pDecInsn) argument
854 dumpBytecodes(const DexFile* pDexFile, u4 idx, const DexFile::CodeItem* pCode, u4 codeOffset) argument
885 dumpCode(const DexFile* pDexFile, u4 idx, u4 flags, const DexFile::CodeItem* pCode, u4 codeOffset) argument
912 dumpMethod(const DexFile* pDexFile, u4 idx, u4 flags, const DexFile::CodeItem* pCode, u4 codeOffset, int i) argument
1079 dumpSFieldValue(const DexFile* pDexFile, EncodedStaticFieldValueIterator::ValueType valueType, const jvalue* pValue) argument
1137 dumpSField(const DexFile* pDexFile, u4 idx, u4 flags, int i, EncodedStaticFieldValueIterator::ValueType valueType, const jvalue* pValue) argument
1187 dumpIField(const DexFile* pDexFile, u4 idx, u4 flags, int i) argument
1243 dumpClass(const DexFile* pDexFile, int idx, char** pLastPackage) argument
1417 processDexFile(const char* fileName, const DexFile* pDexFile) argument
[all...]

Completed in 334 milliseconds