Searched defs:IsReadOnly (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc183 bool DexFile::IsReadOnly() const { function in class:art::DexFile
188 CHECK(IsReadOnly());
197 CHECK(!IsReadOnly());
343 CHECK(dex_file->IsReadOnly()) << location;

Completed in 262 milliseconds