Home
last modified time | relevance | path

Searched defs:low_4gb (Results 1 – 10 of 10) 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.h143 bool low_4gb, in MapAnonymous()
157 bool low_4gb, in MapAnonymous()
185 bool low_4gb, in MapFile()
Dmem_map.cc308 bool low_4gb, in MapAnonymous()
487 bool low_4gb, in MapFileAtAddress()
1135 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.cc200 bool low_4gb, in OpenOatFile()
242 bool low_4gb, in OpenOatFile()
293 bool low_4gb, in LoadVdex()
315 bool low_4gb, in LoadVdex()
1078 bool low_4gb, in Load()
1453 bool low_4gb, in Load()
1473 bool low_4gb, in Load()
1498 bool low_4gb, in ElfFileOpen()
1620 bool low_4gb, in Open()
1688 bool low_4gb, in Open()
Delf_file.cc63 bool low_4gb, in Open()
86 bool low_4gb, in Open()
100 bool low_4gb, in Setup()
1097 bool low_4gb, in Load()
1698 bool low_4gb, in Open()
1748 constexpr bool low_4gb = false; in Open() local
1805 bool low_4gb, in Load()
Dvdex_file.h208 bool low_4gb, in Open()
226 bool low_4gb, in Open()
Doat_file.h118 bool low_4gb, in Open()
135 bool low_4gb, in Open()
Dvdex_file.cc103 bool low_4gb, in OpenAtAddress()
149 bool low_4gb, in OpenAtAddress()
/art/dex2oat/linker/
Doat_writer_test.cc270 bool low_4gb) { in CheckOatWriteResult()
599 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()