Home
last modified time | relevance | path

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

/system/unwinding/libbacktrace/
Dbacktrace_test.cpp1509 uint64_t cur_func_offset = reinterpret_cast<uint64_t>(test_level_one_) + 1; in TEST_F() local
1511 ASSERT_NE(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset)); in TEST_F()
1522 uint64_t cur_func_offset = reinterpret_cast<uint64_t>(test_level_one_) + 1; in TEST_F() local
1524 ASSERT_NE(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset)); in TEST_F()
1609 uint64_t cur_func_offset = reinterpret_cast<uint64_t>(BacktraceTest::test_level_one_) + 1; in UnwindFromDevice() local
1611 backtrace->FillInMap(cur_func_offset, &map); in UnwindFromDevice()
1613 ASSERT_NE(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset, &map)); in UnwindFromDevice()
1615 ASSERT_EQ(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset, &map)); in UnwindFromDevice()
1624 SetUcontextLr(cur_func_offset, &ucontext); in UnwindFromDevice()
1642 SetUcontextPc(cur_func_offset, &ucontext); in UnwindFromDevice()
[all …]