Home
last modified time | relevance | path

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

/system/core/libbacktrace/
Dbacktrace_test.cpp1580 uint64_t device_map_uint = reinterpret_cast<uint64_t>(device_map); in UnwindFromDevice() local
1583 backtrace->FillInMap(device_map_uint, &map); in UnwindFromDevice()
1589 ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset)); in UnwindFromDevice()
1590 ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset, &map)); in UnwindFromDevice()
1607 SetUcontextPc(device_map_uint, &ucontext); in UnwindFromDevice()
1615 ASSERT_EQ(device_map_uint, frame->pc); in UnwindFromDevice()
1625 SetUcontextSp(device_map_uint, &ucontext); in UnwindFromDevice()
1635 ASSERT_EQ(device_map_uint, frame->sp); in UnwindFromDevice()