Searched defs:low_4gb (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dmem_map.h68 bool low_4gb,
88 bool low_4gb,
97 /*low_4gb*/low_4gb,
117 bool low_4gb,
218 bool low_4gb);
83 MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, bool low_4gb, const char* filename, std::string* error_msg) argument
H A Dmem_map_test.cc37 static uint8_t* GetValidMapAddress(size_t size, bool low_4gb) { argument
44 low_4gb,
51 static void RemapAtEndTest(bool low_4gb) { argument
60 low_4gb,
207 /*low_4gb*/true,
221 uint8_t* valid_address = GetValidMapAddress(kPageSize, /*low_4gb*/false);
284 /*low_4gb*/true,
H A Dmem_map.cc282 bool low_4gb,
287 UNUSED(low_4gb);
339 low_4gb);
379 bool low_4gb,
427 low_4gb));
776 bool low_4gb) {
780 if (low_4gb && (
787 << ") cannot fit in low_4gb";
791 UNUSED(low_4gb);
794 if (low_4gb) {
278 MapAnonymous(const char* name, uint8_t* expected_ptr, size_t byte_count, int prot, bool low_4gb, bool reuse, std::string* error_msg, bool use_ashmem) argument
373 MapFileAtAddress(uint8_t* expected_ptr, size_t byte_count, int prot, int flags, int fd, off_t start, bool low_4gb, bool reuse, const char* filename, std::string* error_msg) argument
770 MapInternal(void* addr, size_t length, int prot, int flags, int fd, off_t offset, bool low_4gb) argument
[all...]
H A Doat_file.cc91 bool low_4gb,
107 bool low_4gb,
139 bool low_4gb,
150 low_4gb,
530 bool low_4gb,
593 bool low_4gb,
603 if (low_4gb) {
765 bool low_4gb,
790 bool low_4gb,
801 bool low_4gb,
133 OpenOatFile(const std::string& elf_filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
589 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
811 OpenElfFile(File* file, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
863 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
883 ElfFileOpen(File* file, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
944 Open(const std::string& filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
[all...]
H A Delf_file.cc62 bool low_4gb,
76 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
86 bool low_4gb,
91 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
101 bool low_4gb,
127 low_4gb,
147 low_4gb,
162 low_4gb,
1075 bool low_4gb,
1144 low_4gb,
59 Open(File* file, bool writable, bool program_header_only, bool low_4gb, std::string* error_msg, uint8_t* requested_base) argument
83 Open(File* file, int prot, int flags, bool low_4gb, std::string* error_msg) argument
98 Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg) argument
1073 Load(File* file, bool executable, bool low_4gb, std::string* error_msg) argument
1677 Open(File* file, bool writable, bool program_header_only, bool low_4gb, std::string* error_msg, uint8_t* requested_base) argument
1732 constexpr bool low_4gb = false; local
1787 Load(File* file, bool executable, bool low_4gb, std::string* error_msg) argument
[all...]
/art/runtime/base/
H A Darena_allocator.cc173 MemMapArena::MemMapArena(size_t size, bool low_4gb, const char* name) { argument
176 name, nullptr, size, PROT_READ | PROT_WRITE, low_4gb, false, &error_msg));
200 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) argument
204 low_4gb_(low_4gb),
206 if (low_4gb) {
/art/compiler/
H A Doat_test.cc233 void TestDexFileInput(bool verify, bool low_4gb);
382 /*low_4gb*/true,
510 /*low_4gb*/false,
525 void OatTest::TestDexFileInput(bool verify, bool low_4gb) { argument
579 low_4gb,
582 if (low_4gb) {
607 TestDexFileInput(false, /*low_4gb*/false);
611 TestDexFileInput(false, /*low_4gb*/true);
615 TestDexFileInput(true, /*low_4gb*/false);
683 /*low_4gb*/fals
[all...]

Completed in 103 milliseconds