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

  /art/libartbase/base/
mem_map.h 189 return MapFileAtAddress(nullptr,
209 // If error_msg is null then we do not print /proc/maps to the log if MapFileAtAddress fails.
214 static MemMap MapFileAtAddress(uint8_t* addr,
mem_map_test.cc 796 MemMap map1 = MemMap::MapFileAtAddress(addr1,
    [all...]
mem_map.cc 481 MemMap MemMap::MapFileAtAddress(uint8_t* expected_ptr,
    [all...]
  /art/runtime/
vdex_file.cc 156 MemMap mmap = MemMap::MapFileAtAddress(
elf_file.cc     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]

Completed in 792 milliseconds