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/
Doat_file.cc201 bool low_4gb, in OpenOatFile()
243 bool low_4gb, in OpenOatFile()
284 bool low_4gb, in LoadVdex()
306 bool low_4gb, in LoadVdex()
1069 bool low_4gb, in Load()
1447 bool low_4gb, in Load()
1467 bool low_4gb, in Load()
1492 bool low_4gb, in ElfFileOpen()
1623 bool low_4gb, in Open()
1691 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()
1096 bool low_4gb, in Load()
1697 bool low_4gb, in Open()
1747 constexpr bool low_4gb = false; in Open() local
1804 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.cc262 bool low_4gb) { in CheckOatWriteResult()
591 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()