Home
last modified time | relevance | path

Searched defs:low_4gb (Results 1 – 9 of 9) sorted by relevance

/art/runtime/base/
Dmem_map_arena_pool.cc46 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) in MemMapArena()
55 MemMap MemMapArena::Allocate(size_t size, bool low_4gb, const char* name) { in Allocate()
80 MemMapArenaPool::MemMapArenaPool(bool low_4gb, const char* name) in MemMapArenaPool()
/art/libartbase/base/
Dmem_map.h144 bool low_4gb, in MapAnonymous()
158 bool low_4gb, in MapAnonymous()
186 bool low_4gb, in MapFile()
Dmem_map.cc308 bool low_4gb, in MapAnonymous()
487 bool low_4gb, in MapFileAtAddress()
1119 bool low_4gb) { in MapInternal()
Dmem_map_test.cc52 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress()
64 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest()
/art/runtime/
Doat_file.cc195 bool low_4gb, in OpenOatFile()
237 bool low_4gb, in OpenOatFile()
271 bool low_4gb, in LoadVdex()
293 bool low_4gb, in LoadVdex()
988 bool low_4gb, in Load()
1292 bool low_4gb, in OpenElfFile()
1345 bool low_4gb, in Load()
1365 bool low_4gb, in Load()
1390 bool low_4gb, in ElfFileOpen()
1586 bool low_4gb, in Open()
[all …]
Delf_file.cc63 bool low_4gb, in Open()
86 bool low_4gb, in Open()
100 bool low_4gb, in Setup()
1105 bool low_4gb, in Load()
1706 bool low_4gb, in Open()
1756 constexpr bool low_4gb = false; in Open() local
1813 bool low_4gb, in Load()
Dvdex_file.h208 bool low_4gb, in Open()
226 bool low_4gb, in Open()
Dvdex_file.cc102 bool low_4gb, in OpenAtAddress()
147 bool low_4gb, in OpenAtAddress()
/art/dex2oat/linker/
Doat_writer_test.cc550 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()