Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.h79 return MapFileAtAddress( in MapFile()
90 static MemMap* MapFileAtAddress(uint8_t* addr, size_t byte_count, int prot, int flags, int fd,
Dmem_map.cc450 MemMap* MemMap::MapFileAtAddress(uint8_t* expected_ptr, size_t byte_count, int prot, int flags, in MapFileAtAddress() function in art::MemMap
Delf_file.cc1259 MemMap::MapFileAtAddress(p_vaddr, in Load()
/art/runtime/gc/space/
Dimage_space.cc712 std::unique_ptr<MemMap> map(MemMap::MapFileAtAddress( in Init()
722 std::unique_ptr<MemMap> image_map(MemMap::MapFileAtAddress( in Init()