Searched refs:MapFileAtAddress (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | mem_map.h | 72 return MapFileAtAddress(NULL, byte_count, prot, flags, fd, start, false, filename, error_msg); in MapFile() 83 static MemMap* MapFileAtAddress(byte* addr, size_t byte_count, int prot, int flags, int fd,
|
D | mem_map.cc | 386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd, in MapFileAtAddress() function in art::MemMap
|
D | elf_file.cc | 1174 std::unique_ptr<MemMap> segment(MemMap::MapFileAtAddress(p_vaddr, in Load()
|
/art/runtime/gc/space/ |
D | image_space.cc | 649 std::unique_ptr<MemMap> map(MemMap::MapFileAtAddress(image_header.GetImageBegin(), in Init() 666 MemMap::MapFileAtAddress(nullptr, image_header.GetImageBitmapSize(), in Init()
|