/art/runtime/base/ |
D | mem_map_arena_pool.cc | 36 MemMapArena(size_t size, bool low_4gb, const char* name); 41 static MemMap Allocate(size_t size, bool low_4gb, const char* name); 46 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) in MemMapArena() argument 47 : map_(Allocate(size, low_4gb, name)) { in MemMapArena() 55 MemMap MemMapArena::Allocate(size_t size, bool low_4gb, const char* name) { in Allocate() argument 63 low_4gb, in Allocate() 80 MemMapArenaPool::MemMapArenaPool(bool low_4gb, const char* name) in MemMapArenaPool() argument 81 : low_4gb_(low_4gb), in MemMapArenaPool()
|
D | mem_map_arena_pool.h | 26 explicit MemMapArenaPool(bool low_4gb = false, const char* name = "LinearAlloc");
|
/art/libartbase/base/ |
D | mem_map.h | 136 bool low_4gb, 144 bool low_4gb, in MapAnonymous() argument 150 low_4gb, in MapAnonymous() 158 bool low_4gb, in MapAnonymous() argument 165 low_4gb, in MapAnonymous() 186 bool low_4gb, in MapFile() argument 195 /*low_4gb=*/ low_4gb, in MapFile() 220 bool low_4gb, 350 bool low_4gb)
|
D | mem_map.cc | 308 bool low_4gb, in MapAnonymous() argument 314 UNUSED(low_4gb); in MapAnonymous() 350 low_4gb); in MapAnonymous() 487 bool low_4gb, in MapFileAtAddress() argument 544 low_4gb)); in MapFileAtAddress() 1119 bool low_4gb) { in MapInternal() argument 1123 if (low_4gb && ( in MapInternal() 1134 UNUSED(low_4gb); in MapInternal() 1143 if (low_4gb && addr == nullptr) { in MapInternal() 1172 if (low_4gb && addr == nullptr) { in MapInternal()
|
D | mem_map_test.cc | 52 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress() argument 58 low_4gb, in GetValidMapAddress() 64 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest() argument 72 low_4gb, in RemapAtEndTest()
|
/art/runtime/ |
D | oat_file.cc | 112 bool low_4gb, 125 bool low_4gb, 140 bool low_4gb, 146 bool low_4gb, 152 bool low_4gb, 159 bool low_4gb, 195 bool low_4gb, in OpenOatFile() argument 206 low_4gb, in OpenOatFile() 218 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile() 237 bool low_4gb, in OpenOatFile() argument [all …]
|
D | vdex_file.h | 188 bool low_4gb, 201 bool low_4gb, 208 bool low_4gb, in Open() argument 216 low_4gb, in Open() 226 bool low_4gb, in Open() argument 236 low_4gb, in Open()
|
D | elf_file.h | 46 bool low_4gb, 59 bool low_4gb,
|
D | elf_file_impl.h | 49 bool low_4gb, 54 bool low_4gb, 118 bool low_4gb, 142 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
|
D | elf_file.cc | 63 bool low_4gb, in Open() argument 76 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open() 86 bool low_4gb, in Open() argument 90 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open() 100 bool low_4gb, in Setup() argument 126 low_4gb, in Setup() 146 low_4gb, in Setup() 161 low_4gb, in Setup() 1105 bool low_4gb, in Load() argument 1165 low_4gb, in Load() [all …]
|
D | vdex_file.cc | 102 bool low_4gb, in OpenAtAddress() argument 135 low_4gb, in OpenAtAddress() 147 bool low_4gb, in OpenAtAddress() argument 163 low_4gb, in OpenAtAddress()
|
D | oat_file.h | 93 bool low_4gb, 106 bool low_4gb,
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 263 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile); 550 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() argument 610 low_4gb, in TestDexFileInput() 615 if (low_4gb) { in TestDexFileInput()
|