HomeSort by relevance Sort by last modified time
    Searched refs:MapFileAtAddress (Results 1 - 7 of 7) sorted by null

  /art/runtime/
mem_map.h 121 return MapFileAtAddress(nullptr,
137 // MapFileAtAddress fails. This helps improve performance of the fail case since reading and
141 static MemMap* MapFileAtAddress(uint8_t* addr,
zip_archive.cc 139 MemMap::MapFileAtAddress(nullptr, // Expected pointer address
vdex_file.cc 146 std::unique_ptr<MemMap> mmap(MemMap::MapFileAtAddress(
mem_map.cc 484 MemMap* MemMap::MapFileAtAddress(uint8_t* expected_ptr,
    [all...]
elf_file.cc     [all...]
oat_file.cc 420 std::unique_ptr<MemMap> mem_map(MemMap::MapFileAtAddress(address,
    [all...]
  /art/runtime/gc/space/
image_space.cc 659 std::unique_ptr<MemMap> image_bitmap_map(MemMap::MapFileAtAddress(nullptr,
    [all...]

Completed in 341 milliseconds