Home
last modified time | relevance | path

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

/system/unwinding/libbacktrace/
Dbacktrace_test.cpp1596 uint64_t device_map_uint = reinterpret_cast<uint64_t>(device_map); in UnwindFromDevice() local
1599 backtrace->FillInMap(device_map_uint, &map); in UnwindFromDevice()
1605 ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset)); in UnwindFromDevice()
1606 ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset, &map)); in UnwindFromDevice()
1623 SetUcontextPc(device_map_uint, &ucontext); in UnwindFromDevice()
1631 ASSERT_EQ(device_map_uint, frame->pc); in UnwindFromDevice()
1641 SetUcontextSp(device_map_uint, &ucontext); in UnwindFromDevice()
1651 ASSERT_EQ(device_map_uint, frame->sp); in UnwindFromDevice()