Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors-inl.h63 DCHECK(dex_file.IsStandardDexFile()); in Init()
119 DCHECK(dex_file.IsStandardDexFile()); in Init()
196 DCHECK(dex_file.IsStandardDexFile()); in Init()
Ddex_file-inl.h553 DCHECK(IsStandardDexFile()); in AsStandardDexFile()
Ddex_file.h883 ALWAYS_INLINE bool IsStandardDexFile() const { in IsStandardDexFile() function
Ddex_file_verifier.cc1665 DCHECK(dex_file_->IsStandardDexFile()); in CheckIntraCodeItem()
/art/tools/hiddenapi/
Dhiddenapi_test.cc126 } else if (!dex_file->IsStandardDexFile()) { in OpenDex()
Dhiddenapi.cc656 CHECK(dex->IsStandardDexFile()); in Add()