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()
1137 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/
Delf_file.cc63 bool low_4gb, in Open()
86 bool low_4gb, in Open()
100 bool low_4gb, in Setup()
1096 bool low_4gb, in Load()
1490 bool low_4gb, in Open()
1540 constexpr bool low_4gb = false; in Open() local
1597 bool low_4gb, in Load()
Doat_file.cc202 bool low_4gb, in OpenOatFile()
244 bool low_4gb, in OpenOatFile()
295 bool low_4gb, in LoadVdex()
317 bool low_4gb, in LoadVdex()
1156 bool low_4gb, in Load()
1567 bool low_4gb, in Load()
1587 bool low_4gb, in Load()
1612 bool low_4gb, in ElfFileOpen()
1820 bool low_4gb, in Open()
1898 bool low_4gb, in Open()
Dvdex_file.h216 bool low_4gb, in Open()
234 bool low_4gb, in Open()
Dvdex_file.cc72 bool low_4gb, in OpenAtAddress()
118 bool low_4gb, in OpenAtAddress()
Doat_file.h115 bool low_4gb, in Open()
132 bool low_4gb, in Open()
/art/dex2oat/linker/
Doat_writer_test.cc262 bool low_4gb) { in CheckOatWriteResult()
584 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()