Searched refs:IsCompactDexFile (Results 1 – 8 of 8) sorted by relevance
54 if (dex_file.IsCompactDexFile()) { in Init()106 if (dex_file.IsCompactDexFile()) { in Init()167 if (dex_file.IsCompactDexFile()) { in Init()
500 DCHECK(IsCompactDexFile()); in AsCompactDexFile()
986 ALWAYS_INLINE bool IsCompactDexFile() const { in IsCompactDexFile() function
388 const uint32_t expected_header_size = dex_file_->IsCompactDexFile() in CheckHeader()
210 if (dex_file != nullptr && dex_file->IsCompactDexFile()) { in Open()340 if (dex_file != nullptr && dex_file->IsCompactDexFile()) { in OpenFile()413 if (dex_file != nullptr && dex_file->IsCompactDexFile()) { in OpenOneDexFileFromZip()
117 if (original.IsCompactDexFile()) { in Create()
1505 ASSERT_TRUE(dex_file->IsCompactDexFile()); in TEST_F()1750 ASSERT_TRUE(!dex_file->IsCompactDexFile()); in TEST_F()
1173 if (dex_file->IsCompactDexFile()) { in ExportDexFile()