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.cc203 bool low_4gb, in OpenOatFile()
246 bool low_4gb, in OpenOatFile()
281 bool low_4gb, in LoadVdex()
302 bool low_4gb, in LoadVdex()
1213 bool low_4gb, in Load()
1624 bool low_4gb, in Load()
1644 bool low_4gb, in Load()
1669 bool low_4gb, in ElfFileOpen()
1877 bool low_4gb, in Open()
1958 bool low_4gb, in Open()
Dvdex_file.h214 bool low_4gb, in Open()
230 bool low_4gb, in Open()
Dvdex_file.cc77 bool low_4gb, in OpenAtAddress()
121 bool low_4gb, in OpenAtAddress()
Doat_file.h116 bool low_4gb, in Open()
134 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()