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

/art/runtime/
H A Ddex_file.cc140 bool DexFile::IsReadOnly() const { function in class:art::DexFile
145 CHECK(IsReadOnly());
154 CHECK(!IsReadOnly());
406 CHECK(dex_file->IsReadOnly()) << location;
H A Dcommon_runtime_test.cc572 CHECK(dex_file->IsReadOnly());
H A Ddex_file_test.cc216 EXPECT_TRUE(dex_file->IsReadOnly());
H A Ddex_file.h1043 bool IsReadOnly() const;
H A Ddex_file_verifier_test.cc119 EXPECT_TRUE(dex_file->IsReadOnly());
/art/compiler/
H A Dimage_test.cc154 if (dex_file->IsReadOnly()) {

Completed in 140 milliseconds