Home
last modified time | relevance | path

Searched refs:EnableWrite (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dimage_test.cc76 dex_file->EnableWrite(); in TEST_F()
/art/runtime/
Ddex_file.h865 bool EnableWrite() const;
Ddex_file.cc158 bool DexFile::EnableWrite() const { in EnableWrite() function in art::DexFile
/art/dex2oat/
Ddex2oat.cc1489 if (!dex_file->EnableWrite()) { in dex2oat()