/art/runtime/ |
D | mem_map.h | 98 bool low_4gb, 118 bool low_4gb, in MapFile() argument 127 /*low_4gb*/low_4gb, in MapFile() 147 bool low_4gb, 257 bool low_4gb)
|
D | vdex_file.h | 165 bool low_4gb, 178 bool low_4gb, 185 bool low_4gb, in Open() argument 193 low_4gb, in Open() 203 bool low_4gb, in Open() argument 213 low_4gb, in Open()
|
D | oat_file.cc | 108 bool low_4gb, 122 bool low_4gb, 136 bool low_4gb, 142 bool low_4gb, 149 bool low_4gb, 156 bool low_4gb, 194 bool low_4gb, in OpenOatFile() argument 205 low_4gb, in OpenOatFile() 214 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile() 237 bool low_4gb, in OpenOatFile() argument [all …]
|
D | elf_file.h | 44 bool low_4gb, 56 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
|
D | elf_file_impl.h | 50 bool low_4gb, 56 bool low_4gb, 118 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg); 136 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
|
D | vdex_file.cc | 92 bool low_4gb, in OpenAtAddress() argument 125 low_4gb, in OpenAtAddress() 137 bool low_4gb, in OpenAtAddress() argument 153 low_4gb, in OpenAtAddress()
|
D | elf_file.cc | 66 bool low_4gb, in Open() argument 80 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open() 90 bool low_4gb, in Open() argument 95 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open() 105 bool low_4gb, in Setup() argument 131 low_4gb, in Setup() 151 low_4gb, in Setup() 166 low_4gb, in Setup() 1079 bool low_4gb, in Load() argument 1148 low_4gb, in Load() [all …]
|
D | mem_map.cc | 297 bool low_4gb, in MapAnonymous() argument 302 UNUSED(low_4gb); in MapAnonymous() 364 low_4gb); in MapAnonymous() 490 bool low_4gb, in MapFileAtAddress() argument 538 low_4gb)); in MapFileAtAddress() 1001 bool low_4gb) { in MapInternal() argument 1005 if (low_4gb && ( in MapInternal() 1016 UNUSED(low_4gb); in MapInternal() 1025 if (low_4gb && addr == nullptr) { in MapInternal() 1054 if (low_4gb && addr == nullptr) { in MapInternal()
|
D | oat_file.h | 93 bool low_4gb, 107 bool low_4gb,
|
D | mem_map_test.cc | 59 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress() argument 66 low_4gb, in GetValidMapAddress() 73 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest() argument 82 low_4gb, in RemapAtEndTest()
|
/art/runtime/base/ |
D | arena_allocator.cc | 241 MemMapArena(size_t size, bool low_4gb, const char* name); 249 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) { in MemMapArena() argument 255 name, nullptr, size, PROT_READ | PROT_WRITE, low_4gb, false, &error_msg)); in MemMapArena() 282 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool() argument 286 low_4gb_(low_4gb), in ArenaPool() 288 if (low_4gb) { in ArenaPool()
|
D | arena_allocator.h | 253 bool low_4gb = false,
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 271 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile); 580 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() argument 642 low_4gb, in TestDexFileInput() 646 if (low_4gb) { in TestDexFileInput()
|