Searched defs:low_4gb (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 194 bool low_4gb, in OpenOatFile() 237 bool low_4gb, in OpenOatFile() 270 bool low_4gb, in LoadVdex() 292 bool low_4gb, in LoadVdex() 1011 bool low_4gb, in Load() 1246 bool low_4gb, in OpenElfFile() 1299 bool low_4gb, in Load() 1319 bool low_4gb, in Load() 1344 bool low_4gb, in ElfFileOpen() 1411 bool low_4gb, in Open() [all …]
|
D | elf_file.cc | 66 bool low_4gb, in Open() 90 bool low_4gb, in Open() 105 bool low_4gb, in Setup() 1079 bool low_4gb, in Load() 1684 bool low_4gb, in Open() 1737 constexpr bool low_4gb = false; in Open() local 1792 bool ElfFile::Load(File* file, bool executable, bool low_4gb, std::string* error_msg) { in Load()
|
D | vdex_file.h | 185 bool low_4gb, in Open() 203 bool low_4gb, in Open()
|
D | mem_map.h | 118 bool low_4gb, in MapFile()
|
D | vdex_file.cc | 92 bool low_4gb, in OpenAtAddress() 137 bool low_4gb, in OpenAtAddress()
|
D | mem_map.cc | 297 bool low_4gb, in MapAnonymous() 490 bool low_4gb, in MapFileAtAddress() 1001 bool low_4gb) { in MapInternal()
|
D | mem_map_test.cc | 59 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress() 73 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest()
|
/art/runtime/base/ |
D | arena_allocator.cc | 249 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) { in MemMapArena() 282 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 580 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()
|