Home
last modified time | relevance | path

Searched refs:low_4gb (Results 1 – 13 of 13) sorted by relevance

/art/runtime/
Dmem_map.h98 bool low_4gb,
118 bool low_4gb, in MapFile() argument
127 /*low_4gb*/low_4gb, in MapFile()
147 bool low_4gb,
257 bool low_4gb)
Dvdex_file.h165 bool low_4gb,
178 bool low_4gb,
185 bool low_4gb, in Open() argument
193 low_4gb, in Open()
203 bool low_4gb, in Open() argument
213 low_4gb, in Open()
Doat_file.cc108 bool low_4gb,
122 bool low_4gb,
136 bool low_4gb,
142 bool low_4gb,
149 bool low_4gb,
156 bool low_4gb,
194 bool low_4gb, in OpenOatFile() argument
205 low_4gb, in OpenOatFile()
214 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
237 bool low_4gb, in OpenOatFile() argument
[all …]
Delf_file.h44 bool low_4gb,
56 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
Delf_file_impl.h50 bool low_4gb,
56 bool low_4gb,
118 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
136 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
Dvdex_file.cc92 bool low_4gb, in OpenAtAddress() argument
125 low_4gb, in OpenAtAddress()
137 bool low_4gb, in OpenAtAddress() argument
153 low_4gb, in OpenAtAddress()
Delf_file.cc66 bool low_4gb, in Open() argument
80 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open()
90 bool low_4gb, in Open() argument
95 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open()
105 bool low_4gb, in Setup() argument
131 low_4gb, in Setup()
151 low_4gb, in Setup()
166 low_4gb, in Setup()
1079 bool low_4gb, in Load() argument
1148 low_4gb, in Load()
[all …]
Dmem_map.cc297 bool low_4gb, in MapAnonymous() argument
302 UNUSED(low_4gb); in MapAnonymous()
364 low_4gb); in MapAnonymous()
490 bool low_4gb, in MapFileAtAddress() argument
538 low_4gb)); in MapFileAtAddress()
1001 bool low_4gb) { in MapInternal() argument
1005 if (low_4gb && ( in MapInternal()
1016 UNUSED(low_4gb); in MapInternal()
1025 if (low_4gb && addr == nullptr) { in MapInternal()
1054 if (low_4gb && addr == nullptr) { in MapInternal()
Doat_file.h93 bool low_4gb,
107 bool low_4gb,
Dmem_map_test.cc59 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { in GetValidMapAddress() argument
66 low_4gb, in GetValidMapAddress()
73 static void RemapAtEndTest(bool low_4gb) { in RemapAtEndTest() argument
82 low_4gb, in RemapAtEndTest()
/art/runtime/base/
Darena_allocator.cc241 MemMapArena(size_t size, bool low_4gb, const char* name);
249 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) { in MemMapArena() argument
255 name, nullptr, size, PROT_READ | PROT_WRITE, low_4gb, false, &error_msg)); in MemMapArena()
282 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool() argument
286 low_4gb_(low_4gb), in ArenaPool()
288 if (low_4gb) { in ArenaPool()
Darena_allocator.h253 bool low_4gb = false,
/art/dex2oat/linker/
Doat_writer_test.cc271 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile);
580 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() argument
642 low_4gb, in TestDexFileInput()
646 if (low_4gb) { in TestDexFileInput()