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()
197 DCHECK(dex_file.IsStandardDexFile()); in Init()
Ddex_file-inl.h441 DCHECK(IsStandardDexFile()); in AsStandardDexFile()
Ddex_file.h760 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.cc124 } else if (!dex_file->IsStandardDexFile()) { in OpenDex()
/art/runtime/interpreter/mterp/
Dnterp.cc54 method->GetDexFile()->IsStandardDexFile() && in CanMethodUseNterp()