Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors-inl.h62 DCHECK(dex_file.IsStandardDexFile()); in Init()
118 DCHECK(dex_file.IsStandardDexFile()); in Init()
196 DCHECK(dex_file.IsStandardDexFile()); in Init()
Ddex_file-inl.h440 DCHECK(IsStandardDexFile()); in AsStandardDexFile()
Ddex_file.h757 ALWAYS_INLINE bool IsStandardDexFile() const { in IsStandardDexFile() function
/art/tools/hiddenapi/
Dhiddenapi.cc295 CHECK(dex_file->IsStandardDexFile()) << "Expected a standard dex file '" << filename << "'"; in OpenDexFiles()
659 CHECK(old_dex_.IsStandardDexFile()); in Encode()
Dhiddenapi_test.cc125 } else if (!dex_file->IsStandardDexFile()) { in OpenDex()