Home
last modified time | relevance | path

Searched refs:MapFileAtAddress (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmem_map.h72 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,
Dmem_map.cc386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd, in MapFileAtAddress() function in art::MemMap
Delf_file.cc1174 std::unique_ptr<MemMap> segment(MemMap::MapFileAtAddress(p_vaddr, in Load()
/art/runtime/gc/space/
Dimage_space.cc649 std::unique_ptr<MemMap> map(MemMap::MapFileAtAddress(image_header.GetImageBegin(), in Init()
666 MemMap::MapFileAtAddress(nullptr, image_header.GetImageBitmapSize(), in Init()