Searched refs:writable (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | vdex_file.h | 194 bool writable, 206 bool writable, 212 bool writable, in Open() argument 219 writable, in Open() 228 bool writable, in Open() argument 237 writable, in Open()
|
D | vdex_file.cc | 71 bool writable, in OpenAtAddress() argument 81 if (writable) { in OpenAtAddress() 88 (writable ? " for read/write" : "for reading"); in OpenAtAddress() 104 writable, in OpenAtAddress() 115 bool writable, in OpenAtAddress() argument 130 writable ? MAP_SHARED : MAP_PRIVATE, in OpenAtAddress()
|
/art/runtime/oat/ |
D | oat_file.cc | 114 bool writable, 128 bool writable, 145 bool writable, 151 bool writable, 156 bool writable, 163 bool writable, 218 bool writable, in OpenOatFile() argument 230 writable, in OpenOatFile() 244 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile() 261 bool writable, in OpenOatFile() argument [all …]
|
D | elf_file_impl.h | 48 bool writable, 133 ElfFileImpl(File* file, bool writable, bool program_header_only);
|
D | elf_file.h | 44 bool writable,
|
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() 1503 bool writable, in Open() argument 1526 writable, in Open() 1536 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 | 288 JITCodeEntry* writable = NativeInfo::Writable(entry); in InsertNewEntry() local 289 writable->next_ = next; in InsertNewEntry() 290 writable->prev_ = prev; in InsertNewEntry() 291 writable->seqlock_.fetch_add(1, std::memory_order_release); // Mark as valid. in InsertNewEntry()
|
/art/test/1975-hello-structural-transformation/ |
D | expected-stdout.txt | 5 Saving writable MethodHandle (ID: 4) MethodHandle(Class)void for later
|