Home
last modified time | relevance | path

Searched refs:AsCompactDexFile (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/external/
Ddex_file_ext.cc341 ext_dex_file->dex_file_->AsCompactDexFile()->GetHeader(); in ExtDexFileGetMethodInfoForOffset()
/art/libdexfile/dex/
Ddex_file-inl.h435 inline const CompactDexFile* DexFile::AsCompactDexFile() const { in AsCompactDexFile() function
Ddex_file.h764 ALWAYS_INLINE const CompactDexFile* AsCompactDexFile() const;
/art/dex2oat/
Ddex2oat_test.cc1546 std::unique_ptr<const CompactDexFile>(dex_file.release()->AsCompactDexFile())); in TEST_F()