Searched refs:MapFileAtAddress (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | mem_map.h | 79 return MapFileAtAddress( in MapFile() 90 static MemMap* MapFileAtAddress(uint8_t* addr, size_t byte_count, int prot, int flags, int fd,
|
D | mem_map.cc | 450 MemMap* MemMap::MapFileAtAddress(uint8_t* expected_ptr, size_t byte_count, int prot, int flags, in MapFileAtAddress() function in art::MemMap
|
D | elf_file.cc | 1259 MemMap::MapFileAtAddress(p_vaddr, in Load()
|
/art/runtime/gc/space/ |
D | image_space.cc | 712 std::unique_ptr<MemMap> map(MemMap::MapFileAtAddress( in Init() 722 std::unique_ptr<MemMap> image_map(MemMap::MapFileAtAddress( in Init()
|