Searched refs:MapFile (Results 1 – 9 of 9) sorted by relevance
/art/libartbase/base/ |
D | zip_archive.cc | 135 MemMap::MapFile(GetUncompressedLength(), // Byte count in MapDirectlyFromFile()
|
D | mem_map.h | 181 static MemMap MapFile(size_t byte_count, in MapFile() function
|
D | mem_map_test.cc | 388 MemMap map = MemMap::MapFile(/*byte_count=*/kMapSize, in TEST_F() 472 MemMap map = MemMap::MapFile(/*byte_count=*/kMapSize, in TEST_F()
|
/art/runtime/ |
D | elf_file.cc | 121 MemMap::MapFile(elf_header_size, in Setup() 141 MemMap::MapFile(program_header_size, in Setup() 156 MemMap::MapFile(file->GetLength(), in Setup() 1713 MemMap map = MemMap::MapFile(EI_NIDENT, in Open() 1762 MemMap map = MemMap::MapFile(EI_NIDENT, in Open()
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 333 map = MemMap::MapFile(length, in OpenFile()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 263 data_pages = MemMap::MapFile( in InitializeMappings() 328 non_exec_pages = MemMap::MapFile(exec_capacity, in InitializeMappings()
|
/art/runtime/gc/space/ |
D | image_space.cc | 846 MemMap image_bitmap_map = MemMap::MapFile(bitmap_section.Size(), in Init() 958 MemMap temp_map = MemMap::MapFile(sizeof(ImageHeader) + stored_size, in LoadImageFile()
|
/art/oatdump/ |
D | oatdump.cc | 763 MemMap mmap = MemMap::MapFile( in OpenVdexUnquicken()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3720 MemMap dex_files_map = MemMap::MapFile( in OpenDexFiles()
|