Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc194 bool low_4gb, in OpenOatFile()
237 bool low_4gb, in OpenOatFile()
270 bool low_4gb, in LoadVdex()
292 bool low_4gb, in LoadVdex()
1011 bool low_4gb, in Load()
1246 bool low_4gb, in OpenElfFile()
1299 bool low_4gb, in Load()
1319 bool low_4gb, in Load()
1344 bool low_4gb, in ElfFileOpen()
1411 bool low_4gb, in Open()
[all …]
Delf_file.cc66 bool low_4gb, in Open()
90 bool low_4gb, in Open()
105 bool low_4gb, in Setup()
1079 bool low_4gb, in Load()
1684 bool low_4gb, in Open()
1737 constexpr bool low_4gb = false; in Open() local
1792 bool ElfFile::Load(File* file, bool executable, bool low_4gb, std::string* error_msg) { in Load()
Dvdex_file.h185 bool low_4gb, in Open()
203 bool low_4gb, in Open()
Dmem_map.h118 bool low_4gb, in MapFile()
Dvdex_file.cc92 bool low_4gb, in OpenAtAddress()
137 bool low_4gb, in OpenAtAddress()
Dmem_map.cc297 bool low_4gb, in MapAnonymous()
490 bool low_4gb, in MapFileAtAddress()
1001 bool low_4gb) { in MapInternal()
Dmem_map_test.cc59 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress()
73 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest()
/art/runtime/base/
Darena_allocator.cc249 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) { in MemMapArena()
282 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool()
/art/dex2oat/linker/
Doat_writer_test.cc580 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput()