Searched refs:IsStandardDexFile (Results 1 – 5 of 5) sorted by relevance
62 DCHECK(dex_file.IsStandardDexFile()); in Init()118 DCHECK(dex_file.IsStandardDexFile()); in Init()196 DCHECK(dex_file.IsStandardDexFile()); in Init()
440 DCHECK(IsStandardDexFile()); in AsStandardDexFile()
757 ALWAYS_INLINE bool IsStandardDexFile() const { in IsStandardDexFile() function
295 CHECK(dex_file->IsStandardDexFile()) << "Expected a standard dex file '" << filename << "'"; in OpenDexFiles()659 CHECK(old_dex_.IsStandardDexFile()); in Encode()
125 } else if (!dex_file->IsStandardDexFile()) { in OpenDex()