Home
last modified time | relevance | path

Searched refs:IsStandardDexFile (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dcode_item_accessors-inl.h63 DCHECK(dex_file.IsStandardDexFile()); in Init()
119 DCHECK(dex_file.IsStandardDexFile()); in Init()
197 DCHECK(dex_file.IsStandardDexFile()); in Init()
Ddex_file-inl.h445 DCHECK(IsStandardDexFile()); in AsStandardDexFile()
Ddex_file.h782 ALWAYS_INLINE bool IsStandardDexFile() const { in IsStandardDexFile() function
/art/tools/hiddenapi/
Dhiddenapi.cc310 CHECK(dex_file->IsStandardDexFile()) << "Expected a standard dex file '" << filename << "'"; in OpenDexFiles()
682 CHECK(old_dex_.IsStandardDexFile()); in Encode()
Dhiddenapi_test.cc124 } else if (!dex_file->IsStandardDexFile()) { in OpenDex()