Searched defs:low_4gb (Results 1 – 12 of 12) sorted by relevance
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 47 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()
|
D | gc_visited_arena_pool.cc | 132 GcVisitedArenaPool::GcVisitedArenaPool(bool low_4gb, bool is_zygote, const char* name) in GcVisitedArenaPool()
|
/art/libartbase/base/ |
D | mem_map.h | 159 bool low_4gb, in MapAnonymous() 173 bool low_4gb, in MapAnonymous() 201 bool low_4gb, in MapFile()
|
D | mem_map.cc | 311 bool low_4gb, in MapAnonymous() 395 bool low_4gb, in MapAnonymousAligned() 517 bool low_4gb, in MapFileAtAddress() 1175 bool low_4gb) { in MapInternal()
|
D | mem_map_test.cc | 52 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress() 64 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest()
|
/art/runtime/oat/ |
D | oat_file.cc | 220 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 …]
|
D | elf_file.cc | 63 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()
|
D | oat_file.h | 124 bool low_4gb, in Open() 142 bool low_4gb, in Open()
|
/art/runtime/ |
D | vdex_file.h | 213 bool low_4gb, in Open() 229 bool low_4gb, in Open()
|
D | vdex_file.cc | 72 bool low_4gb, in OpenAtAddress() 116 bool low_4gb, in OpenAtAddress()
|
D | runtime.cc | 1861 const bool low_4gb = IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA); in Init() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 261 bool low_4gb) { in CheckOatWriteResult() 581 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()
|