Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors-inl.h57 DCHECK(dex_file.IsStandardDexFile()); in Init()
109 DCHECK(dex_file.IsStandardDexFile()); in Init()
170 DCHECK(dex_file.IsStandardDexFile()); in Init()
Ddex_file-inl.h505 DCHECK(IsStandardDexFile()); in AsStandardDexFile()
Ddex_file.h989 ALWAYS_INLINE bool IsStandardDexFile() const { in IsStandardDexFile() function
/art/tools/hiddenapi/
Dhiddenapi.cc291 if (!dex_file->IsStandardDexFile()) { in OpenDexFiles()
Dhiddenapi_test.cc96 } else if (!dex_file->IsStandardDexFile()) { in OpenDex()