Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp2925 static std::string format_map_pointer(uintptr_t ptr) { in format_map_pointer() function
2980 format_map_pointer(reinterpret_cast<uintptr_t>(none_map)).c_str(), in TEST_F()
2981 format_map_pointer(reinterpret_cast<uintptr_t>(none_map) + getpagesize() - 1).c_str(), in TEST_F()
2988 format_map_pointer(reinterpret_cast<uintptr_t>(r_map)).c_str(), in TEST_F()
2989 format_map_pointer(reinterpret_cast<uintptr_t>(r_map) + getpagesize() - 1).c_str(), in TEST_F()
2996 format_map_pointer(reinterpret_cast<uintptr_t>(w_map)).c_str(), in TEST_F()
2997 format_map_pointer(reinterpret_cast<uintptr_t>(w_map) + getpagesize() - 1).c_str(), in TEST_F()
3004 format_map_pointer(reinterpret_cast<uintptr_t>(x_map)).c_str(), in TEST_F()
3005 format_map_pointer(reinterpret_cast<uintptr_t>(x_map) + getpagesize() - 1).c_str(), in TEST_F()
3012 format_map_pointer(reinterpret_cast<uintptr_t>(file_map)).c_str(), in TEST_F()
[all …]