Searched refs:writable (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | vdex_file.h | 187 bool writable, 200 bool writable, 207 bool writable, in Open() argument 215 writable, in Open() 225 bool writable, in Open() argument 235 writable, in Open()
|
D | vdex_file.cc | 102 bool writable, in OpenAtAddress() argument 113 if (writable) { in OpenAtAddress() 120 (writable ? " for read/write" : "for reading"); in OpenAtAddress() 136 writable, in OpenAtAddress() 148 bool writable, in OpenAtAddress() argument 158 CHECK(!(writable && unquicken)) << "We don't want to be writing unquickened files out to disk!"; in OpenAtAddress() 164 writable ? MAP_SHARED : MAP_PRIVATE, in OpenAtAddress() 197 if (!writable) { in OpenAtAddress()
|
D | oat_file.cc | 111 bool writable, 124 bool writable, 140 bool writable, 146 bool writable, 151 bool writable, 158 bool writable, 198 bool writable, in OpenOatFile() argument 209 writable, in OpenOatFile() 223 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile() 240 bool writable, in OpenOatFile() argument [all …]
|
D | elf_file.h | 44 bool writable,
|
D | elf_file_impl.h | 47 bool writable, 136 ElfFileImpl(File* file, bool writable, bool program_header_only);
|
D | elf_file.cc | 40 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable, bool program_header_only) in ElfFileImpl() argument 41 : writable_(writable), in ElfFileImpl() 61 bool writable, in Open() argument 66 new ElfFileImpl<ElfTypes>(file, writable, program_header_only)); in Open() 69 if (writable) { in Open() 1696 bool writable, in Open() argument 1719 writable, in Open() 1729 writable, in Open()
|
/art/test/071-dexfile/ |
D | info.txt | 4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
|
/art/runtime/jit/ |
D | debugger_interface.cc | 262 JITCodeEntry* writable = NativeInfo::Writable(entry); in InsertNewEntry() local 263 writable->next_ = next; in InsertNewEntry() 264 writable->prev_ = prev; in InsertNewEntry() 265 writable->seqlock_.fetch_add(1, std::memory_order_release); // Mark as valid. in InsertNewEntry()
|
/art/test/1975-hello-structural-transformation/ |
D | expected.txt | 5 Saving writable MethodHandle (ID: 4) MethodHandle(Class)void for later
|