Home
last modified time | relevance | path

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

/art/runtime/base/
Dmem_map_arena_pool.cc47 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) in MemMapArena()
56 MemMap MemMapArena::Allocate(size_t size, bool low_4gb, const char* name) { in Allocate()
92 MemMapArenaPool::MemMapArenaPool(bool low_4gb, const char* name) in MemMapArenaPool()
Dgc_visited_arena_pool.cc132 GcVisitedArenaPool::GcVisitedArenaPool(bool low_4gb, bool is_zygote, const char* name) in GcVisitedArenaPool()
/art/libartbase/base/
Dmem_map.h159 bool low_4gb, in MapAnonymous()
173 bool low_4gb, in MapAnonymous()
201 bool low_4gb, in MapFile()
Dmem_map.cc311 bool low_4gb, in MapAnonymous()
395 bool low_4gb, in MapAnonymousAligned()
517 bool low_4gb, in MapFileAtAddress()
1175 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/oat/
Doat_file.cc220 bool low_4gb, in OpenOatFile()
263 bool low_4gb, in OpenOatFile()
298 bool low_4gb, in LoadVdex()
319 bool low_4gb, in LoadVdex()
1164 [[maybe_unused]] bool low_4gb, in Load()
1230 bool low_4gb, in Load()
1643 bool low_4gb, in Load()
1663 bool low_4gb, in Load()
1688 bool low_4gb, in ElfFileOpen()
1866 [[maybe_unused]] bool low_4gb, in Load()
[all …]
Delf_file.cc63 bool low_4gb, in Open()
86 bool low_4gb, in Open()
100 bool low_4gb, in Setup()
1112 bool low_4gb, in Load()
1505 bool low_4gb, in Open()
1555 constexpr bool low_4gb = false; in Open() local
1612 bool low_4gb, in Load()
Doat_file.h124 bool low_4gb, in Open()
142 bool low_4gb, in Open()
/art/runtime/
Dvdex_file.h213 bool low_4gb, in Open()
229 bool low_4gb, in Open()
Dvdex_file.cc72 bool low_4gb, in OpenAtAddress()
116 bool low_4gb, in OpenAtAddress()
Druntime.cc1861 const bool low_4gb = IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA); in Init() local
/art/dex2oat/linker/
Doat_writer_test.cc261 bool low_4gb) { in CheckOatWriteResult()
581 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()