Searched refs:IsReadOnly (Results 1 – 8 of 8) sorted by relevance
53 bool IsReadOnly() override { in IsReadOnly() function in art::__anon955f40650111::MemMapContainer58 CHECK(IsReadOnly()); in EnableWrite()67 CHECK(!IsReadOnly()); in DisableWrite()465 CHECK(dex_file->IsReadOnly()) << location; in OpenOneDexFileFromZip()
81 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile83 return container_->IsReadOnly(); in IsReadOnly()
57 virtual bool IsReadOnly() = 0;689 bool IsReadOnly() const;
41 bool IsReadOnly() override { in IsReadOnly() function in art::__anon322d635f0111::VectorContainer
59 bool IsReadOnly() override { return true; } in IsReadOnly() function in art::__anon22a7271b0111::MappedFileContainer
453 CHECK(dex_file->IsReadOnly()); in OpenDexFiles()
168 if (dex_file->IsReadOnly()) { in DoCompile()
352 if (dex_file.GetContainer() != nullptr && dex_file.GetContainer()->IsReadOnly()) { in GetDexToDexCompilationLevel()