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

/art/runtime/
H A Ddex_file.cc189 bool DexFile::IsReadOnly() const { function in class:art::DexFile
194 CHECK(IsReadOnly());
203 CHECK(!IsReadOnly());
314 CHECK(dex_file->IsReadOnly()) << location;

Completed in 54 milliseconds