Home
last modified time | relevance | path

Searched refs:MapFile (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dmem_map.h83 static MemMap* MapFile(size_t byte_count, in MapFile() function
Delf_file.cc118 if (!SetMap(MemMap::MapFile(elf_header_size, in Setup()
137 if (!SetMap(MemMap::MapFile(program_header_size, in Setup()
151 if (!SetMap(MemMap::MapFile(file_->GetLength(), in Setup()
1679 std::unique_ptr<MemMap> map(MemMap::MapFile(EI_NIDENT, in Open()
1729 std::unique_ptr<MemMap> map(MemMap::MapFile(EI_NIDENT, in Open()
Dmem_map_test.cc202 std::unique_ptr<MemMap> map(MemMap::MapFile(/*byte_count*/kMapSize, in TEST_F()
Ddex_file.cc248 map.reset(MemMap::MapFile(length, in OpenFile()
/art/patchoat/
Dpatchoat.cc216 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, in Patch()
/art/runtime/gc/space/
Dimage_space.cc1280 std::unique_ptr<MemMap> temp_map(MemMap::MapFile(sizeof(ImageHeader) + stored_size, in Init()
/art/compiler/
Doat_writer.cc2137 std::unique_ptr<MemMap> dex_files_map(MemMap::MapFile(length, in OpenDexFiles()