Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h140 inline void set_end(uint64_t value) { end_ = value; } in set_end() function
/system/unwinding/libunwindstack/tests/
DMapInfoCreateMemoryTest.cpp97 info->set_end(0xff); in TEST_F()
102 info->set_end(0x101); in TEST_F()
DMapInfoGetElfTest.cpp165 info->set_end(0xfff); in TEST_F()
172 info->set_end(0x2000); in TEST_F()
DMapsTest.cpp38 info->set_end(element->end()); in VerifyLine()